You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ho...@apache.org on 2018/07/01 18:18:18 UTC

[48/51] [partial] spark-website git commit: Update website for 2.1.3 release.

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/00frame_toc.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/00frame_toc.html b/site/docs/2.1.3/api/R/00frame_toc.html
new file mode 100644
index 0000000..6cb31a7
--- /dev/null
+++ b/site/docs/2.1.3/api/R/00frame_toc.html
@@ -0,0 +1,406 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+<title>R Documentation of SparkR</title>
+
+<script type="text/javascript">
+window.onload = function() {
+  var imgs = document.getElementsByTagName('img'), i, img;
+  for (i = 0; i < imgs.length; i++) {
+    img = imgs[i];
+    // center an image if it is the only element of its parent
+    if (img.parentElement.childElementCount === 1)
+      img.parentElement.style.textAlign = 'center';
+  }
+};
+</script>
+
+
+
+
+
+<style type="text/css">
+* {
+	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
+	font-size: 14px;
+}
+body {
+  padding: 0 5px; 
+  margin: 0 auto; 
+  width: 80%;
+  max-width: 60em; /* 960px */
+}
+
+h1, h2, h3, h4, h5, h6 {
+	color: #666;
+}
+h1, h2 {
+	text-align: center;
+}
+h1 {
+	font-size: x-large;
+}
+h2, h3 {
+	font-size: large;
+}
+h4, h6 {
+	font-style: italic;
+}
+h3 {
+	border-left: solid 5px #ddd;
+	padding-left: 5px;
+	font-variant: small-caps;
+}
+
+p img {
+	display: block;
+	margin: auto;
+}
+
+span, code, pre {
+	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
+}
+span.acronym {}
+span.env {
+	font-style: italic;
+}
+span.file {}
+span.option {}
+span.pkg {
+	font-weight: bold;
+}
+span.samp{}
+
+dt, p code {
+	background-color: #F7F7F7;
+}
+
+</style>
+
+
+
+</head>
+
+<body>
+<h1>SparkR</h1>
+
+<ul>
+<li><a href="AFTSurvivalRegressionModel-class.html" target="content">AFTSurvivalRegressionModel-class</a></li>
+<li><a href="ALSModel-class.html" target="content">ALSModel-class</a></li>
+<li><a href="GBTClassificationModel-class.html" target="content">GBTClassificationModel-class</a></li>
+<li><a href="GBTRegressionModel-class.html" target="content">GBTRegressionModel-class</a></li>
+<li><a href="GaussianMixtureModel-class.html" target="content">GaussianMixtureModel-class</a></li>
+<li><a href="GeneralizedLinearRegressionModel-class.html" target="content">GeneralizedLinearRegressionModel-class</a></li>
+<li><a href="GroupedData.html" target="content">GroupedData</a></li>
+<li><a href="IsotonicRegressionModel-class.html" target="content">IsotonicRegressionModel-class</a></li>
+<li><a href="KMeansModel-class.html" target="content">KMeansModel-class</a></li>
+<li><a href="KSTest-class.html" target="content">KSTest-class</a></li>
+<li><a href="LDAModel-class.html" target="content">LDAModel-class</a></li>
+<li><a href="LogisticRegressionModel-class.html" target="content">LogisticRegressionModel-class</a></li>
+<li><a href="MultilayerPerceptronClassificationModel-class.html" target="content">MultilayerPerceptronClassificationModel-class</a></li>
+<li><a href="NaiveBayesModel-class.html" target="content">NaiveBayesModel-class</a></li>
+<li><a href="RandomForestClassificationModel-class.html" target="content">RandomForestClassificationModel-class</a></li>
+<li><a href="RandomForestRegressionModel-class.html" target="content">RandomForestRegressionModel-class</a></li>
+<li><a href="SparkDataFrame.html" target="content">SparkDataFrame</a></li>
+<li><a href="WindowSpec.html" target="content">WindowSpec</a></li>
+<li><a href="abs.html" target="content">abs</a></li>
+<li><a href="acos.html" target="content">acos</a></li>
+<li><a href="add_months.html" target="content">add_months</a></li>
+<li><a href="alias.html" target="content">alias</a></li>
+<li><a href="approxCountDistinct.html" target="content">approxCountDistinct</a></li>
+<li><a href="approxQuantile.html" target="content">approxQuantile</a></li>
+<li><a href="arrange.html" target="content">arrange</a></li>
+<li><a href="array_contains.html" target="content">array_contains</a></li>
+<li><a href="as.data.frame.html" target="content">as.data.frame</a></li>
+<li><a href="ascii.html" target="content">ascii</a></li>
+<li><a href="asin.html" target="content">asin</a></li>
+<li><a href="atan.html" target="content">atan</a></li>
+<li><a href="atan2.html" target="content">atan2</a></li>
+<li><a href="attach.html" target="content">attach</a></li>
+<li><a href="avg.html" target="content">avg</a></li>
+<li><a href="base64.html" target="content">base64</a></li>
+<li><a href="between.html" target="content">between</a></li>
+<li><a href="bin.html" target="content">bin</a></li>
+<li><a href="bitwiseNOT.html" target="content">bitwiseNOT</a></li>
+<li><a href="bround.html" target="content">bround</a></li>
+<li><a href="cache.html" target="content">cache</a></li>
+<li><a href="cacheTable.html" target="content">cacheTable</a></li>
+<li><a href="cancelJobGroup.html" target="content">cancelJobGroup</a></li>
+<li><a href="cast.html" target="content">cast</a></li>
+<li><a href="cbrt.html" target="content">cbrt</a></li>
+<li><a href="ceil.html" target="content">ceil</a></li>
+<li><a href="clearCache.html" target="content">clearCache</a></li>
+<li><a href="clearJobGroup.html" target="content">clearJobGroup</a></li>
+<li><a href="coalesce.html" target="content">coalesce</a></li>
+<li><a href="collect.html" target="content">collect</a></li>
+<li><a href="coltypes.html" target="content">coltypes</a></li>
+<li><a href="column.html" target="content">column</a></li>
+<li><a href="columnfunctions.html" target="content">columnfunctions</a></li>
+<li><a href="columns.html" target="content">columns</a></li>
+<li><a href="concat.html" target="content">concat</a></li>
+<li><a href="concat_ws.html" target="content">concat_ws</a></li>
+<li><a href="conv.html" target="content">conv</a></li>
+<li><a href="corr.html" target="content">corr</a></li>
+<li><a href="cos.html" target="content">cos</a></li>
+<li><a href="cosh.html" target="content">cosh</a></li>
+<li><a href="count.html" target="content">count</a></li>
+<li><a href="countDistinct.html" target="content">countDistinct</a></li>
+<li><a href="cov.html" target="content">cov</a></li>
+<li><a href="covar_pop.html" target="content">covar_pop</a></li>
+<li><a href="crc32.html" target="content">crc32</a></li>
+<li><a href="createDataFrame.html" target="content">createDataFrame</a></li>
+<li><a href="createExternalTable.html" target="content">createExternalTable</a></li>
+<li><a href="createOrReplaceTempView.html" target="content">createOrReplaceTempView</a></li>
+<li><a href="crossJoin.html" target="content">crossJoin</a></li>
+<li><a href="crosstab.html" target="content">crosstab</a></li>
+<li><a href="cume_dist.html" target="content">cume_dist</a></li>
+<li><a href="dapply.html" target="content">dapply</a></li>
+<li><a href="dapplyCollect.html" target="content">dapplyCollect</a></li>
+<li><a href="date_add.html" target="content">date_add</a></li>
+<li><a href="date_format.html" target="content">date_format</a></li>
+<li><a href="date_sub.html" target="content">date_sub</a></li>
+<li><a href="datediff.html" target="content">datediff</a></li>
+<li><a href="dayofmonth.html" target="content">dayofmonth</a></li>
+<li><a href="dayofyear.html" target="content">dayofyear</a></li>
+<li><a href="decode.html" target="content">decode</a></li>
+<li><a href="dense_rank.html" target="content">dense_rank</a></li>
+<li><a href="dim.html" target="content">dim</a></li>
+<li><a href="distinct.html" target="content">distinct</a></li>
+<li><a href="drop.html" target="content">drop</a></li>
+<li><a href="dropDuplicates.html" target="content">dropDuplicates</a></li>
+<li><a href="dropTempTable-deprecated.html" target="content">dropTempTable-deprecated</a></li>
+<li><a href="dropTempView.html" target="content">dropTempView</a></li>
+<li><a href="dtypes.html" target="content">dtypes</a></li>
+<li><a href="encode.html" target="content">encode</a></li>
+<li><a href="endsWith.html" target="content">endsWith</a></li>
+<li><a href="except.html" target="content">except</a></li>
+<li><a href="exp.html" target="content">exp</a></li>
+<li><a href="explain.html" target="content">explain</a></li>
+<li><a href="explode.html" target="content">explode</a></li>
+<li><a href="expm1.html" target="content">expm1</a></li>
+<li><a href="expr.html" target="content">expr</a></li>
+<li><a href="factorial.html" target="content">factorial</a></li>
+<li><a href="filter.html" target="content">filter</a></li>
+<li><a href="first.html" target="content">first</a></li>
+<li><a href="fitted.html" target="content">fitted</a></li>
+<li><a href="floor.html" target="content">floor</a></li>
+<li><a href="format_number.html" target="content">format_number</a></li>
+<li><a href="format_string.html" target="content">format_string</a></li>
+<li><a href="freqItems.html" target="content">freqItems</a></li>
+<li><a href="from_unixtime.html" target="content">from_unixtime</a></li>
+<li><a href="from_utc_timestamp.html" target="content">from<em>utc</em>timestamp</a></li>
+<li><a href="gapply.html" target="content">gapply</a></li>
+<li><a href="gapplyCollect.html" target="content">gapplyCollect</a></li>
+<li><a href="generateAliasesForIntersectedCols.html" target="content">generateAliasesForIntersectedCols</a></li>
+<li><a href="getNumPartitions.html" target="content">getNumPartitions</a></li>
+<li><a href="glm.html" target="content">glm</a></li>
+<li><a href="greatest.html" target="content">greatest</a></li>
+<li><a href="groupBy.html" target="content">groupBy</a></li>
+<li><a href="hash.html" target="content">hash</a></li>
+<li><a href="hashCode.html" target="content">hashCode</a></li>
+<li><a href="head.html" target="content">head</a></li>
+<li><a href="hex.html" target="content">hex</a></li>
+<li><a href="histogram.html" target="content">histogram</a></li>
+<li><a href="hour.html" target="content">hour</a></li>
+<li><a href="hypot.html" target="content">hypot</a></li>
+<li><a href="ifelse.html" target="content">ifelse</a></li>
+<li><a href="initcap.html" target="content">initcap</a></li>
+<li><a href="insertInto.html" target="content">insertInto</a></li>
+<li><a href="install.spark.html" target="content">install.spark</a></li>
+<li><a href="instr.html" target="content">instr</a></li>
+<li><a href="intersect.html" target="content">intersect</a></li>
+<li><a href="is.nan.html" target="content">is.nan</a></li>
+<li><a href="isLocal.html" target="content">isLocal</a></li>
+<li><a href="join.html" target="content">join</a></li>
+<li><a href="kurtosis.html" target="content">kurtosis</a></li>
+<li><a href="lag.html" target="content">lag</a></li>
+<li><a href="last.html" target="content">last</a></li>
+<li><a href="last_day.html" target="content">last_day</a></li>
+<li><a href="lead.html" target="content">lead</a></li>
+<li><a href="least.html" target="content">least</a></li>
+<li><a href="length.html" target="content">length</a></li>
+<li><a href="levenshtein.html" target="content">levenshtein</a></li>
+<li><a href="limit.html" target="content">limit</a></li>
+<li><a href="lit.html" target="content">lit</a></li>
+<li><a href="locate.html" target="content">locate</a></li>
+<li><a href="log.html" target="content">log</a></li>
+<li><a href="log10.html" target="content">log10</a></li>
+<li><a href="log1p.html" target="content">log1p</a></li>
+<li><a href="log2.html" target="content">log2</a></li>
+<li><a href="lower.html" target="content">lower</a></li>
+<li><a href="lpad.html" target="content">lpad</a></li>
+<li><a href="ltrim.html" target="content">ltrim</a></li>
+<li><a href="match.html" target="content">match</a></li>
+<li><a href="max.html" target="content">max</a></li>
+<li><a href="md5.html" target="content">md5</a></li>
+<li><a href="mean.html" target="content">mean</a></li>
+<li><a href="merge.html" target="content">merge</a></li>
+<li><a href="min.html" target="content">min</a></li>
+<li><a href="minute.html" target="content">minute</a></li>
+<li><a href="monotonically_increasing_id.html" target="content">monotonically<em>increasing</em>id</a></li>
+<li><a href="month.html" target="content">month</a></li>
+<li><a href="months_between.html" target="content">months_between</a></li>
+<li><a href="mutate.html" target="content">mutate</a></li>
+<li><a href="nafunctions.html" target="content">nafunctions</a></li>
+<li><a href="nanvl.html" target="content">nanvl</a></li>
+<li><a href="ncol.html" target="content">ncol</a></li>
+<li><a href="negate.html" target="content">negate</a></li>
+<li><a href="next_day.html" target="content">next_day</a></li>
+<li><a href="nrow.html" target="content">nrow</a></li>
+<li><a href="ntile.html" target="content">ntile</a></li>
+<li><a href="orderBy.html" target="content">orderBy</a></li>
+<li><a href="otherwise.html" target="content">otherwise</a></li>
+<li><a href="over.html" target="content">over</a></li>
+<li><a href="partitionBy.html" target="content">partitionBy</a></li>
+<li><a href="percent_rank.html" target="content">percent_rank</a></li>
+<li><a href="persist.html" target="content">persist</a></li>
+<li><a href="pivot.html" target="content">pivot</a></li>
+<li><a href="pmod.html" target="content">pmod</a></li>
+<li><a href="posexplode.html" target="content">posexplode</a></li>
+<li><a href="predict.html" target="content">predict</a></li>
+<li><a href="print.jobj.html" target="content">print.jobj</a></li>
+<li><a href="print.structField.html" target="content">print.structField</a></li>
+<li><a href="print.structType.html" target="content">print.structType</a></li>
+<li><a href="printSchema.html" target="content">printSchema</a></li>
+<li><a href="quarter.html" target="content">quarter</a></li>
+<li><a href="rand.html" target="content">rand</a></li>
+<li><a href="randn.html" target="content">randn</a></li>
+<li><a href="randomSplit.html" target="content">randomSplit</a></li>
+<li><a href="rangeBetween.html" target="content">rangeBetween</a></li>
+<li><a href="rank.html" target="content">rank</a></li>
+<li><a href="rbind.html" target="content">rbind</a></li>
+<li><a href="read.df.html" target="content">read.df</a></li>
+<li><a href="read.jdbc.html" target="content">read.jdbc</a></li>
+<li><a href="read.json.html" target="content">read.json</a></li>
+<li><a href="read.ml.html" target="content">read.ml</a></li>
+<li><a href="read.orc.html" target="content">read.orc</a></li>
+<li><a href="read.parquet.html" target="content">read.parquet</a></li>
+<li><a href="read.text.html" target="content">read.text</a></li>
+<li><a href="regexp_extract.html" target="content">regexp_extract</a></li>
+<li><a href="regexp_replace.html" target="content">regexp_replace</a></li>
+<li><a href="registerTempTable-deprecated.html" target="content">registerTempTable-deprecated</a></li>
+<li><a href="rename.html" target="content">rename</a></li>
+<li><a href="repartition.html" target="content">repartition</a></li>
+<li><a href="reverse.html" target="content">reverse</a></li>
+<li><a href="rint.html" target="content">rint</a></li>
+<li><a href="round.html" target="content">round</a></li>
+<li><a href="row_number.html" target="content">row_number</a></li>
+<li><a href="rowsBetween.html" target="content">rowsBetween</a></li>
+<li><a href="rpad.html" target="content">rpad</a></li>
+<li><a href="rtrim.html" target="content">rtrim</a></li>
+<li><a href="sample.html" target="content">sample</a></li>
+<li><a href="sampleBy.html" target="content">sampleBy</a></li>
+<li><a href="saveAsTable.html" target="content">saveAsTable</a></li>
+<li><a href="schema.html" target="content">schema</a></li>
+<li><a href="sd.html" target="content">sd</a></li>
+<li><a href="second.html" target="content">second</a></li>
+<li><a href="select.html" target="content">select</a></li>
+<li><a href="selectExpr.html" target="content">selectExpr</a></li>
+<li><a href="setJobGroup.html" target="content">setJobGroup</a></li>
+<li><a href="setLogLevel.html" target="content">setLogLevel</a></li>
+<li><a href="sha1.html" target="content">sha1</a></li>
+<li><a href="sha2.html" target="content">sha2</a></li>
+<li><a href="shiftLeft.html" target="content">shiftLeft</a></li>
+<li><a href="shiftRight.html" target="content">shiftRight</a></li>
+<li><a href="shiftRightUnsigned.html" target="content">shiftRightUnsigned</a></li>
+<li><a href="show.html" target="content">show</a></li>
+<li><a href="showDF.html" target="content">showDF</a></li>
+<li><a href="sign.html" target="content">sign</a></li>
+<li><a href="sin.html" target="content">sin</a></li>
+<li><a href="sinh.html" target="content">sinh</a></li>
+<li><a href="size.html" target="content">size</a></li>
+<li><a href="skewness.html" target="content">skewness</a></li>
+<li><a href="sort_array.html" target="content">sort_array</a></li>
+<li><a href="soundex.html" target="content">soundex</a></li>
+<li><a href="spark.addFile.html" target="content">spark.addFile</a></li>
+<li><a href="spark.als.html" target="content">spark.als</a></li>
+<li><a href="spark.gaussianMixture.html" target="content">spark.gaussianMixture</a></li>
+<li><a href="spark.gbt.html" target="content">spark.gbt</a></li>
+<li><a href="spark.getSparkFiles.html" target="content">spark.getSparkFiles</a></li>
+<li><a href="spark.getSparkFilesRootDirectory.html" target="content">spark.getSparkFilesRootDirectory</a></li>
+<li><a href="spark.glm.html" target="content">spark.glm</a></li>
+<li><a href="spark.isoreg.html" target="content">spark.isoreg</a></li>
+<li><a href="spark.kmeans.html" target="content">spark.kmeans</a></li>
+<li><a href="spark.kstest.html" target="content">spark.kstest</a></li>
+<li><a href="spark.lapply.html" target="content">spark.lapply</a></li>
+<li><a href="spark.lda.html" target="content">spark.lda</a></li>
+<li><a href="spark.logit.html" target="content">spark.logit</a></li>
+<li><a href="spark.mlp.html" target="content">spark.mlp</a></li>
+<li><a href="spark.naiveBayes.html" target="content">spark.naiveBayes</a></li>
+<li><a href="spark.randomForest.html" target="content">spark.randomForest</a></li>
+<li><a href="spark.survreg.html" target="content">spark.survreg</a></li>
+<li><a href="sparkR.callJMethod.html" target="content">sparkR.callJMethod</a></li>
+<li><a href="sparkR.callJStatic.html" target="content">sparkR.callJStatic</a></li>
+<li><a href="sparkR.conf.html" target="content">sparkR.conf</a></li>
+<li><a href="sparkR.init-deprecated.html" target="content">sparkR.init-deprecated</a></li>
+<li><a href="sparkR.newJObject.html" target="content">sparkR.newJObject</a></li>
+<li><a href="sparkR.session.html" target="content">sparkR.session</a></li>
+<li><a href="sparkR.session.stop.html" target="content">sparkR.session.stop</a></li>
+<li><a href="sparkR.uiWebUrl.html" target="content">sparkR.uiWebUrl</a></li>
+<li><a href="sparkR.version.html" target="content">sparkR.version</a></li>
+<li><a href="sparkRHive.init-deprecated.html" target="content">sparkRHive.init-deprecated</a></li>
+<li><a href="sparkRSQL.init-deprecated.html" target="content">sparkRSQL.init-deprecated</a></li>
+<li><a href="spark_partition_id.html" target="content">spark<em>partition</em>id</a></li>
+<li><a href="sql.html" target="content">sql</a></li>
+<li><a href="sqrt.html" target="content">sqrt</a></li>
+<li><a href="startsWith.html" target="content">startsWith</a></li>
+<li><a href="stddev_pop.html" target="content">stddev_pop</a></li>
+<li><a href="stddev_samp.html" target="content">stddev_samp</a></li>
+<li><a href="storageLevel.html" target="content">storageLevel</a></li>
+<li><a href="str.html" target="content">str</a></li>
+<li><a href="struct.html" target="content">struct</a></li>
+<li><a href="structField.html" target="content">structField</a></li>
+<li><a href="structType.html" target="content">structType</a></li>
+<li><a href="subset.html" target="content">subset</a></li>
+<li><a href="substr.html" target="content">substr</a></li>
+<li><a href="substring_index.html" target="content">substring_index</a></li>
+<li><a href="sum.html" target="content">sum</a></li>
+<li><a href="sumDistinct.html" target="content">sumDistinct</a></li>
+<li><a href="summarize.html" target="content">summarize</a></li>
+<li><a href="summary.html" target="content">summary</a></li>
+<li><a href="tableNames.html" target="content">tableNames</a></li>
+<li><a href="tableToDF.html" target="content">tableToDF</a></li>
+<li><a href="tables.html" target="content">tables</a></li>
+<li><a href="take.html" target="content">take</a></li>
+<li><a href="tan.html" target="content">tan</a></li>
+<li><a href="tanh.html" target="content">tanh</a></li>
+<li><a href="toDegrees.html" target="content">toDegrees</a></li>
+<li><a href="toRadians.html" target="content">toRadians</a></li>
+<li><a href="to_date.html" target="content">to_date</a></li>
+<li><a href="to_utc_timestamp.html" target="content">to<em>utc</em>timestamp</a></li>
+<li><a href="translate.html" target="content">translate</a></li>
+<li><a href="trim.html" target="content">trim</a></li>
+<li><a href="unbase64.html" target="content">unbase64</a></li>
+<li><a href="uncacheTable.html" target="content">uncacheTable</a></li>
+<li><a href="unhex.html" target="content">unhex</a></li>
+<li><a href="union.html" target="content">union</a></li>
+<li><a href="unix_timestamp.html" target="content">unix_timestamp</a></li>
+<li><a href="unpersist.html" target="content">unpersist</a></li>
+<li><a href="upper.html" target="content">upper</a></li>
+<li><a href="var.html" target="content">var</a></li>
+<li><a href="var_pop.html" target="content">var_pop</a></li>
+<li><a href="var_samp.html" target="content">var_samp</a></li>
+<li><a href="weekofyear.html" target="content">weekofyear</a></li>
+<li><a href="when.html" target="content">when</a></li>
+<li><a href="window.html" target="content">window</a></li>
+<li><a href="windowOrderBy.html" target="content">windowOrderBy</a></li>
+<li><a href="windowPartitionBy.html" target="content">windowPartitionBy</a></li>
+<li><a href="with.html" target="content">with</a></li>
+<li><a href="withColumn.html" target="content">withColumn</a></li>
+<li><a href="write.df.html" target="content">write.df</a></li>
+<li><a href="write.jdbc.html" target="content">write.jdbc</a></li>
+<li><a href="write.json.html" target="content">write.json</a></li>
+<li><a href="write.ml.html" target="content">write.ml</a></li>
+<li><a href="write.orc.html" target="content">write.orc</a></li>
+<li><a href="write.parquet.html" target="content">write.parquet</a></li>
+<li><a href="write.text.html" target="content">write.text</a></li>
+<li><a href="year.html" target="content">year</a></li>
+</ul>
+
+<p>Generated with <a href="https://yihui.name/knitr">knitr</a>  1.20</p>
+
+</body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/AFTSurvivalRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/AFTSurvivalRegressionModel-class.html b/site/docs/2.1.3/api/R/AFTSurvivalRegressionModel-class.html
new file mode 100644
index 0000000..a42c6a3
--- /dev/null
+++ b/site/docs/2.1.3/api/R/AFTSurvivalRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a AFTSurvivalRegressionModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for AFTSurvivalRegressionModel-class {SparkR}"><tr><td>AFTSurvivalRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a AFTSurvivalRegressionModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a AFTSurvivalRegressionModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala AFTSurvivalRegressionWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>AFTSurvivalRegressionModel since 2.0.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/ALSModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/ALSModel-class.html b/site/docs/2.1.3/api/R/ALSModel-class.html
new file mode 100644
index 0000000..9756b3c
--- /dev/null
+++ b/site/docs/2.1.3/api/R/ALSModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents an ALSModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for ALSModel-class {SparkR}"><tr><td>ALSModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents an ALSModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents an ALSModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala ALSWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>ALSModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/GBTClassificationModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/GBTClassificationModel-class.html b/site/docs/2.1.3/api/R/GBTClassificationModel-class.html
new file mode 100644
index 0000000..21d8bb4
--- /dev/null
+++ b/site/docs/2.1.3/api/R/GBTClassificationModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a GBTClassificationModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for GBTClassificationModel-class {SparkR}"><tr><td>GBTClassificationModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a GBTClassificationModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a GBTClassificationModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala GBTClassificationModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>GBTClassificationModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/GBTRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/GBTRegressionModel-class.html b/site/docs/2.1.3/api/R/GBTRegressionModel-class.html
new file mode 100644
index 0000000..82ef132
--- /dev/null
+++ b/site/docs/2.1.3/api/R/GBTRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a GBTRegressionModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for GBTRegressionModel-class {SparkR}"><tr><td>GBTRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a GBTRegressionModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a GBTRegressionModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala GBTRegressionModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>GBTRegressionModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/GaussianMixtureModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/GaussianMixtureModel-class.html b/site/docs/2.1.3/api/R/GaussianMixtureModel-class.html
new file mode 100644
index 0000000..3001442
--- /dev/null
+++ b/site/docs/2.1.3/api/R/GaussianMixtureModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a GaussianMixtureModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for GaussianMixtureModel-class {SparkR}"><tr><td>GaussianMixtureModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a GaussianMixtureModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a GaussianMixtureModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala GaussianMixtureModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>GaussianMixtureModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/GeneralizedLinearRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/GeneralizedLinearRegressionModel-class.html b/site/docs/2.1.3/api/R/GeneralizedLinearRegressionModel-class.html
new file mode 100644
index 0000000..6f55341
--- /dev/null
+++ b/site/docs/2.1.3/api/R/GeneralizedLinearRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a generalized linear model</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for GeneralizedLinearRegressionModel-class {SparkR}"><tr><td>GeneralizedLinearRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a generalized linear model</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a generalized linear model
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala GeneralizedLinearRegressionWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>GeneralizedLinearRegressionModel since 2.0.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/GroupedData.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/GroupedData.html b/site/docs/2.1.3/api/R/GroupedData.html
new file mode 100644
index 0000000..09fb541
--- /dev/null
+++ b/site/docs/2.1.3/api/R/GroupedData.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a GroupedData</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for GroupedData-class {SparkR}"><tr><td>GroupedData-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a GroupedData</h2>
+
+<h3>Description</h3>
+
+<p>GroupedDatas can be created using groupBy() on a SparkDataFrame
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+groupedData(sgd)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sgd</code></td>
+<td>
+<p>A Java object reference to the backing Scala GroupedData</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>GroupedData since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>groupBy
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/IsotonicRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/IsotonicRegressionModel-class.html b/site/docs/2.1.3/api/R/IsotonicRegressionModel-class.html
new file mode 100644
index 0000000..a473226
--- /dev/null
+++ b/site/docs/2.1.3/api/R/IsotonicRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents an IsotonicRegressionModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for IsotonicRegressionModel-class {SparkR}"><tr><td>IsotonicRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents an IsotonicRegressionModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents an IsotonicRegressionModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala IsotonicRegressionModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>IsotonicRegressionModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/KMeansModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/KMeansModel-class.html b/site/docs/2.1.3/api/R/KMeansModel-class.html
new file mode 100644
index 0000000..4e0ec24
--- /dev/null
+++ b/site/docs/2.1.3/api/R/KMeansModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a KMeansModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for KMeansModel-class {SparkR}"><tr><td>KMeansModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a KMeansModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a KMeansModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala KMeansModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>KMeansModel since 2.0.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/KSTest-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/KSTest-class.html b/site/docs/2.1.3/api/R/KSTest-class.html
new file mode 100644
index 0000000..abe36da
--- /dev/null
+++ b/site/docs/2.1.3/api/R/KSTest-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents an KSTest</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for KSTest-class {SparkR}"><tr><td>KSTest-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents an KSTest</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents an KSTest
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala KSTestWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>KSTest since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/LDAModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/LDAModel-class.html b/site/docs/2.1.3/api/R/LDAModel-class.html
new file mode 100644
index 0000000..8e187ca
--- /dev/null
+++ b/site/docs/2.1.3/api/R/LDAModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents an LDAModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for LDAModel-class {SparkR}"><tr><td>LDAModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents an LDAModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents an LDAModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala LDAWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>LDAModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/LogisticRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/LogisticRegressionModel-class.html b/site/docs/2.1.3/api/R/LogisticRegressionModel-class.html
new file mode 100644
index 0000000..61148cc
--- /dev/null
+++ b/site/docs/2.1.3/api/R/LogisticRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents an LogisticRegressionModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for LogisticRegressionModel-class {SparkR}"><tr><td>LogisticRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents an LogisticRegressionModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents an LogisticRegressionModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala LogisticRegressionModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>LogisticRegressionModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/MultilayerPerceptronClassificationModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/MultilayerPerceptronClassificationModel-class.html b/site/docs/2.1.3/api/R/MultilayerPerceptronClassificationModel-class.html
new file mode 100644
index 0000000..3444b53
--- /dev/null
+++ b/site/docs/2.1.3/api/R/MultilayerPerceptronClassificationModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a...</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for MultilayerPerceptronClassificationModel-class {SparkR}"><tr><td>MultilayerPerceptronClassificationModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a MultilayerPerceptronClassificationModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a MultilayerPerceptronClassificationModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala MultilayerPerceptronClassifierWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>MultilayerPerceptronClassificationModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/NaiveBayesModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/NaiveBayesModel-class.html b/site/docs/2.1.3/api/R/NaiveBayesModel-class.html
new file mode 100644
index 0000000..9620234
--- /dev/null
+++ b/site/docs/2.1.3/api/R/NaiveBayesModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a NaiveBayesModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for NaiveBayesModel-class {SparkR}"><tr><td>NaiveBayesModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a NaiveBayesModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a NaiveBayesModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala NaiveBayesWrapper</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>NaiveBayesModel since 2.0.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/R.css
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/R.css b/site/docs/2.1.3/api/R/R.css
new file mode 100644
index 0000000..212cf4c
--- /dev/null
+++ b/site/docs/2.1.3/api/R/R.css
@@ -0,0 +1,55 @@
+* {
+	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
+	font-size: 14px;
+}
+body {
+  padding: 0 5px; 
+  margin: 0 auto; 
+  width: 80%;
+  max-width: 60em; /* 960px */
+}
+
+h1, h2, h3, h4, h5, h6 {
+	color: #666;
+}
+h1, h2 {
+	text-align: center;
+}
+h1 {
+	font-size: x-large;
+}
+h2, h3 {
+	font-size: large;
+}
+h4, h6 {
+	font-style: italic;
+}
+h3 {
+	border-left: solid 5px #ddd;
+	padding-left: 5px;
+	font-variant: small-caps;
+}
+
+p img {
+	display: block;
+	margin: auto;
+}
+
+span, code, pre {
+	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
+}
+span.acronym {}
+span.env {
+	font-style: italic;
+}
+span.file {}
+span.option {}
+span.pkg {
+	font-weight: bold;
+}
+span.samp{}
+
+dt, p code {
+	background-color: #F7F7F7;
+}
+

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/RandomForestClassificationModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/RandomForestClassificationModel-class.html b/site/docs/2.1.3/api/R/RandomForestClassificationModel-class.html
new file mode 100644
index 0000000..fe77d87
--- /dev/null
+++ b/site/docs/2.1.3/api/R/RandomForestClassificationModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a RandomForestClassificationModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for RandomForestClassificationModel-class {SparkR}"><tr><td>RandomForestClassificationModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a RandomForestClassificationModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a RandomForestClassificationModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala RandomForestClassificationModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>RandomForestClassificationModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/RandomForestRegressionModel-class.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/RandomForestRegressionModel-class.html b/site/docs/2.1.3/api/R/RandomForestRegressionModel-class.html
new file mode 100644
index 0000000..946a2b0
--- /dev/null
+++ b/site/docs/2.1.3/api/R/RandomForestRegressionModel-class.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a RandomForestRegressionModel</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for RandomForestRegressionModel-class {SparkR}"><tr><td>RandomForestRegressionModel-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a RandomForestRegressionModel</h2>
+
+<h3>Description</h3>
+
+<p>S4 class that represents a RandomForestRegressionModel
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>jobj</code></td>
+<td>
+<p>a Java object reference to the backing Scala RandomForestRegressionModel</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>RandomForestRegressionModel since 2.1.0
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/SparkDataFrame.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/SparkDataFrame.html b/site/docs/2.1.3/api/R/SparkDataFrame.html
new file mode 100644
index 0000000..0d9deb0
--- /dev/null
+++ b/site/docs/2.1.3/api/R/SparkDataFrame.html
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a SparkDataFrame</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for SparkDataFrame-class {SparkR}"><tr><td>SparkDataFrame-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a SparkDataFrame</h2>
+
+<h3>Description</h3>
+
+<p>SparkDataFrames can be created using functions like <a href="createDataFrame.html">createDataFrame</a>,
+<a href="read.json.html">read.json</a>, <a href="../../base/html/table.html">table</a> etc.
+</p>
+
+
+<h3>Slots</h3>
+
+
+<dl>
+<dt><code>env</code></dt><dd><p>An R environment that stores bookkeeping states of the SparkDataFrame</p>
+</dd>
+<dt><code>sdf</code></dt><dd><p>A Java object reference to the backing Scala DataFrame</p>
+</dd>
+</dl>
+
+
+<h3>Note</h3>
+
+<p>SparkDataFrame since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="createDataFrame.html">createDataFrame</a>, <a href="read.json.html">read.json</a>, <a href="../../base/html/table.html">table</a>
+</p>
+<p><a href="https://spark.apache.org/docs/latest/sparkr.html#sparkr-dataframes">https://spark.apache.org/docs/latest/sparkr.html#sparkr-dataframes</a>
+</p>
+<p>Other SparkDataFrame functions: <code><a href="summarize.html">agg</a></code>,
+<code><a href="arrange.html">arrange</a></code>, <code><a href="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach</a></code>, <code><a href="cache.html">cache</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="collect.html">collect</a></code>,
+<code><a href="columns.html">colnames</a></code>, <code><a href="coltypes.html">coltypes</a></code>,
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView</a></code>,
+<code><a href="crossJoin.html">crossJoin</a></code>, <code><a href="dapplyCollect.html">dapplyCollect</a></code>,
+<code><a href="dapply.html">dapply</a></code>, <code><a href="summary.html">describe</a></code>,
+<code><a href="dim.html">dim</a></code>, <code><a href="distinct.html">distinct</a></code>,
+<code><a href="dropDuplicates.html">dropDuplicates</a></code>, <code><a href="nafunctions.html">dropna</a></code>,
+<code><a href="drop.html">drop</a></code>, <code><a href="dtypes.html">dtypes</a></code>,
+<code><a href="except.html">except</a></code>, <code><a href="explain.html">explain</a></code>,
+<code><a href="filter.html">filter</a></code>, <code><a href="first.html">first</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect</a></code>, <code><a href="gapply.html">gapply</a></code>,
+<code><a href="getNumPartitions.html">getNumPartitions</a></code>, <code><a href="groupBy.html">group_by</a></code>,
+<code><a href="head.html">head</a></code>, <code><a href="histogram.html">histogram</a></code>,
+<code><a href="insertInto.html">insertInto</a></code>, <code><a href="intersect.html">intersect</a></code>,
+<code><a href="isLocal.html">isLocal</a></code>, <code><a href="join.html">join</a></code>,
+<code><a href="limit.html">limit</a></code>, <code><a href="merge.html">merge</a></code>,
+<code><a href="mutate.html">mutate</a></code>, <code><a href="ncol.html">ncol</a></code>,
+<code><a href="nrow.html">nrow</a></code>, <code><a href="persist.html">persist</a></code>,
+<code><a href="printSchema.html">printSchema</a></code>, <code><a href="randomSplit.html">randomSplit</a></code>,
+<code><a href="rbind.html">rbind</a></code>, <code><a href="registerTempTable-deprecated.html">registerTempTable</a></code>,
+<code><a href="rename.html">rename</a></code>, <code><a href="repartition.html">repartition</a></code>,
+<code><a href="sample.html">sample</a></code>, <code><a href="saveAsTable.html">saveAsTable</a></code>,
+<code><a href="schema.html">schema</a></code>, <code><a href="selectExpr.html">selectExpr</a></code>,
+<code><a href="select.html">select</a></code>, <code><a href="showDF.html">showDF</a></code>,
+<code><a href="show.html">show</a></code>, <code><a href="storageLevel.html">storageLevel</a></code>,
+<code><a href="str.html">str</a></code>, <code><a href="subset.html">subset</a></code>,
+<code><a href="take.html">take</a></code>, <code><a href="union.html">union</a></code>,
+<code><a href="unpersist.html">unpersist</a></code>, <code><a href="withColumn.html">withColumn</a></code>,
+<code><a href="with.html">with</a></code>, <code><a href="write.df.html">write.df</a></code>,
+<code><a href="write.jdbc.html">write.jdbc</a></code>, <code><a href="write.json.html">write.json</a></code>,
+<code><a href="write.orc.html">write.orc</a></code>, <code><a href="write.parquet.html">write.parquet</a></code>,
+<code><a href="write.text.html">write.text</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D df &lt;- createDataFrame(faithful)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/WindowSpec.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/WindowSpec.html b/site/docs/2.1.3/api/R/WindowSpec.html
new file mode 100644
index 0000000..6f5b8b9
--- /dev/null
+++ b/site/docs/2.1.3/api/R/WindowSpec.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: S4 class that represents a WindowSpec</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for WindowSpec-class {SparkR}"><tr><td>WindowSpec-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a WindowSpec</h2>
+
+<h3>Description</h3>
+
+<p>WindowSpec can be created by using windowPartitionBy() or windowOrderBy()
+</p>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sws</code></td>
+<td>
+<p>A Java object reference to the backing Scala WindowSpec</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>WindowSpec since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="windowPartitionBy.html">windowPartitionBy</a>, <a href="windowOrderBy.html">windowOrderBy</a>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/abs.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/abs.html b/site/docs/2.1.3/api/R/abs.html
new file mode 100644
index 0000000..fa31405
--- /dev/null
+++ b/site/docs/2.1.3/api/R/abs.html
@@ -0,0 +1,65 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: abs</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for abs {SparkR}"><tr><td>abs {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>abs</h2>
+
+<h3>Description</h3>
+
+<p>Computes the absolute value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+abs(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Column to compute on.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>abs since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="bitwiseNOT.html">bitwiseNOT</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="column.html">column</a></code>,
+<code><a href="expr.html">expr</a></code>, <code><a href="greatest.html">greatest</a></code>,
+<code><a href="ifelse.html">ifelse</a></code>, <code><a href="is.nan.html">isnan</a></code>,
+<code><a href="least.html">least</a></code>, <code><a href="lit.html">lit</a></code>,
+<code><a href="nanvl.html">nanvl</a></code>, <code><a href="negate.html">negate</a></code>,
+<code><a href="randn.html">randn</a></code>, <code><a href="rand.html">rand</a></code>,
+<code><a href="struct.html">struct</a></code>, <code><a href="when.html">when</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: abs(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/acos.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/acos.html b/site/docs/2.1.3/api/R/acos.html
new file mode 100644
index 0000000..c098f31
--- /dev/null
+++ b/site/docs/2.1.3/api/R/acos.html
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: acos</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for acos {SparkR}"><tr><td>acos {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>acos</h2>
+
+<h3>Description</h3>
+
+<p>Computes the cosine inverse of the given value; the returned angle is in the range
+0.0 through pi.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+acos(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Column to compute on.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>acos since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="asin.html">asin</a></code>, <code><a href="atan2.html">atan2</a></code>,
+<code><a href="atan.html">atan</a></code>, <code><a href="bin.html">bin</a></code>,
+<code><a href="bround.html">bround</a></code>, <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a href="conv.html">conv</a></code>,
+<code><a href="corr.html">corr</a></code>, <code><a href="cosh.html">cosh</a></code>,
+<code><a href="cos.html">cos</a></code>, <code><a href="covar_pop.html">covar_pop</a></code>,
+<code><a href="cov.html">cov</a></code>, <code><a href="expm1.html">expm1</a></code>,
+<code><a href="exp.html">exp</a></code>, <code><a href="factorial.html">factorial</a></code>,
+<code><a href="floor.html">floor</a></code>, <code><a href="hex.html">hex</a></code>,
+<code><a href="hypot.html">hypot</a></code>, <code><a href="log10.html">log10</a></code>,
+<code><a href="log1p.html">log1p</a></code>, <code><a href="log2.html">log2</a></code>,
+<code><a href="log.html">log</a></code>, <code><a href="pmod.html">pmod</a></code>,
+<code><a href="rint.html">rint</a></code>, <code><a href="round.html">round</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a href="sign.html">signum</a></code>,
+<code><a href="sinh.html">sinh</a></code>, <code><a href="sin.html">sin</a></code>,
+<code><a href="sqrt.html">sqrt</a></code>, <code><a href="tanh.html">tanh</a></code>,
+<code><a href="tan.html">tan</a></code>, <code><a href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toRadians.html">toRadians</a></code>, <code><a href="unhex.html">unhex</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: acos(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/add_months.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/add_months.html b/site/docs/2.1.3/api/R/add_months.html
new file mode 100644
index 0000000..0544bb1
--- /dev/null
+++ b/site/docs/2.1.3/api/R/add_months.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: add_months</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for add_months {SparkR}"><tr><td>add_months {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>add_months</h2>
+
+<h3>Description</h3>
+
+<p>Returns the date that is numMonths after startDate.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+add_months(y, x)
+
+## S4 method for signature 'Column,numeric'
+add_months(y, x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>y</code></td>
+<td>
+<p>Column to compute on</p>
+</td></tr>
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Number of months to add</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>add_months since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="date_add.html">date_add</a></code>,
+<code><a href="date_format.html">date_format</a></code>, <code><a href="date_sub.html">date_sub</a></code>,
+<code><a href="datediff.html">datediff</a></code>, <code><a href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofyear.html">dayofyear</a></code>, <code><a href="from_unixtime.html">from_unixtime</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>, <code><a href="hour.html">hour</a></code>,
+<code><a href="last_day.html">last_day</a></code>, <code><a href="minute.html">minute</a></code>,
+<code><a href="months_between.html">months_between</a></code>, <code><a href="month.html">month</a></code>,
+<code><a href="next_day.html">next_day</a></code>, <code><a href="quarter.html">quarter</a></code>,
+<code><a href="second.html">second</a></code>, <code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>, <code><a href="weekofyear.html">weekofyear</a></code>,
+<code><a href="window.html">window</a></code>, <code><a href="year.html">year</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: add_months(df$d, 1)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/alias.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/alias.html b/site/docs/2.1.3/api/R/alias.html
new file mode 100644
index 0000000..552ef45
--- /dev/null
+++ b/site/docs/2.1.3/api/R/alias.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: alias</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for alias {SparkR}"><tr><td>alias {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>alias</h2>
+
+<h3>Description</h3>
+
+<p>Set a new name for a column
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+alias(object, data)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>object</code></td>
+<td>
+<p>Column to rename</p>
+</td></tr>
+<tr valign="top"><td><code>data</code></td>
+<td>
+<p>new name to use</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>alias since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other colum_func: <code><a href="between.html">between</a></code>,
+<code><a href="cast.html">cast</a></code>, <code><a href="endsWith.html">endsWith</a></code>,
+<code><a href="otherwise.html">otherwise</a></code>, <code><a href="over.html">over</a></code>,
+<code><a href="startsWith.html">startsWith</a></code>, <code><a href="substr.html">substr</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/approxCountDistinct.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/approxCountDistinct.html b/site/docs/2.1.3/api/R/approxCountDistinct.html
new file mode 100644
index 0000000..dff80bd
--- /dev/null
+++ b/site/docs/2.1.3/api/R/approxCountDistinct.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Returns the approximate number of distinct items in a group</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for approxCountDistinct {SparkR}"><tr><td>approxCountDistinct {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Returns the approximate number of distinct items in a group</h2>
+
+<h3>Description</h3>
+
+<p>Returns the approximate number of distinct items in a group. This is a column
+aggregate function.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+approxCountDistinct(x, ...)
+
+## S4 method for signature 'Column'
+approxCountDistinct(x, rsd = 0.05)
+
+## S4 method for signature 'Column'
+approxCountDistinct(x, rsd = 0.05)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Column to compute on.</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>further arguments to be passed to or from other methods.</p>
+</td></tr>
+<tr valign="top"><td><code>rsd</code></td>
+<td>
+<p>maximum estimation error allowed (default = 0.05)</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>the approximate number of distinct items in a group.
+</p>
+
+
+<h3>Note</h3>
+
+<p>approxCountDistinct(Column) since 1.4.0
+</p>
+<p>approxCountDistinct(Column, numeric) since 1.4.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: approxCountDistinct(df$c)
+## Not run: approxCountDistinct(df$c, 0.02)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/approxQuantile.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/approxQuantile.html b/site/docs/2.1.3/api/R/approxQuantile.html
new file mode 100644
index 0000000..63b9f7a
--- /dev/null
+++ b/site/docs/2.1.3/api/R/approxQuantile.html
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Calculates the approximate quantiles of a numerical column of...</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for approxQuantile {SparkR}"><tr><td>approxQuantile {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Calculates the approximate quantiles of a numerical column of a SparkDataFrame</h2>
+
+<h3>Description</h3>
+
+<p>Calculates the approximate quantiles of a numerical column of a SparkDataFrame.
+The result of this algorithm has the following deterministic bound:
+If the SparkDataFrame has N elements and if we request the quantile at probability p up to
+error err, then the algorithm will return a sample x from the SparkDataFrame so that the
+*exact* rank of x is close to (p * N). More precisely,
+floor((p - err) * N) &lt;= rank(x) &lt;= ceil((p + err) * N).
+This method implements a variation of the Greenwald-Khanna algorithm (with some speed
+optimizations). The algorithm was first present in [[http://dx.doi.org/10.1145/375663.375670
+Space-efficient Online Computation of Quantile Summaries]] by Greenwald and Khanna.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,character,numeric,numeric'
+approxQuantile(x, col,
+  probabilities, relativeError)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkDataFrame.</p>
+</td></tr>
+<tr valign="top"><td><code>col</code></td>
+<td>
+<p>The name of the numerical column.</p>
+</td></tr>
+<tr valign="top"><td><code>probabilities</code></td>
+<td>
+<p>A list of quantile probabilities. Each number must belong to [0, 1].
+For example 0 is the minimum, 0.5 is the median, 1 is the maximum.</p>
+</td></tr>
+<tr valign="top"><td><code>relativeError</code></td>
+<td>
+<p>The relative target precision to achieve (&gt;= 0). If set to zero,
+the exact quantiles are computed, which could be very expensive.
+Note that values greater than 1 are accepted but give the same result as 1.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>The approximate quantiles at the given probabilities.
+</p>
+
+
+<h3>Note</h3>
+
+<p>approxQuantile since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other stat functions: <code><a href="corr.html">corr</a></code>,
+<code><a href="cov.html">cov</a></code>, <code><a href="crosstab.html">crosstab</a></code>,
+<code><a href="freqItems.html">freqItems</a></code>, <code><a href="sampleBy.html">sampleBy</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D df &lt;- read.json(&quot;/path/to/file.json&quot;)
+##D quantiles &lt;- approxQuantile(df, &quot;key&quot;, c(0.5, 0.8), 0.0)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/arrange.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/arrange.html b/site/docs/2.1.3/api/R/arrange.html
new file mode 100644
index 0000000..dea1fbd
--- /dev/null
+++ b/site/docs/2.1.3/api/R/arrange.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Arrange Rows by Variables</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for arrange {SparkR}"><tr><td>arrange {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Arrange Rows by Variables</h2>
+
+<h3>Description</h3>
+
+<p>Sort a SparkDataFrame by the specified column(s).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+arrange(x, col, ...)
+
+## S4 method for signature 'SparkDataFrame,Column'
+arrange(x, col, ...)
+
+## S4 method for signature 'SparkDataFrame,character'
+arrange(x, col, ..., decreasing = FALSE)
+
+## S4 method for signature 'SparkDataFrame,characterOrColumn'
+orderBy(x, col, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a SparkDataFrame to be sorted.</p>
+</td></tr>
+<tr valign="top"><td><code>col</code></td>
+<td>
+<p>a character or Column object indicating the fields to sort on</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>additional sorting fields</p>
+</td></tr>
+<tr valign="top"><td><code>decreasing</code></td>
+<td>
+<p>a logical argument indicating sorting order for columns when
+a character vector is specified for col</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame where all elements are sorted.
+</p>
+
+
+<h3>Note</h3>
+
+<p>arrange(SparkDataFrame, Column) since 1.4.0
+</p>
+<p>arrange(SparkDataFrame, character) since 1.4.0
+</p>
+<p>orderBy(SparkDataFrame, characterOrColumn) since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other SparkDataFrame functions: <code><a href="SparkDataFrame.html">SparkDataFrame-class</a></code>,
+<code><a href="summarize.html">agg</a></code>, <code><a href="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach</a></code>, <code><a href="cache.html">cache</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="collect.html">collect</a></code>,
+<code><a href="columns.html">colnames</a></code>, <code><a href="coltypes.html">coltypes</a></code>,
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView</a></code>,
+<code><a href="crossJoin.html">crossJoin</a></code>, <code><a href="dapplyCollect.html">dapplyCollect</a></code>,
+<code><a href="dapply.html">dapply</a></code>, <code><a href="summary.html">describe</a></code>,
+<code><a href="dim.html">dim</a></code>, <code><a href="distinct.html">distinct</a></code>,
+<code><a href="dropDuplicates.html">dropDuplicates</a></code>, <code><a href="nafunctions.html">dropna</a></code>,
+<code><a href="drop.html">drop</a></code>, <code><a href="dtypes.html">dtypes</a></code>,
+<code><a href="except.html">except</a></code>, <code><a href="explain.html">explain</a></code>,
+<code><a href="filter.html">filter</a></code>, <code><a href="first.html">first</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect</a></code>, <code><a href="gapply.html">gapply</a></code>,
+<code><a href="getNumPartitions.html">getNumPartitions</a></code>, <code><a href="groupBy.html">group_by</a></code>,
+<code><a href="head.html">head</a></code>, <code><a href="histogram.html">histogram</a></code>,
+<code><a href="insertInto.html">insertInto</a></code>, <code><a href="intersect.html">intersect</a></code>,
+<code><a href="isLocal.html">isLocal</a></code>, <code><a href="join.html">join</a></code>,
+<code><a href="limit.html">limit</a></code>, <code><a href="merge.html">merge</a></code>,
+<code><a href="mutate.html">mutate</a></code>, <code><a href="ncol.html">ncol</a></code>,
+<code><a href="nrow.html">nrow</a></code>, <code><a href="persist.html">persist</a></code>,
+<code><a href="printSchema.html">printSchema</a></code>, <code><a href="randomSplit.html">randomSplit</a></code>,
+<code><a href="rbind.html">rbind</a></code>, <code><a href="registerTempTable-deprecated.html">registerTempTable</a></code>,
+<code><a href="rename.html">rename</a></code>, <code><a href="repartition.html">repartition</a></code>,
+<code><a href="sample.html">sample</a></code>, <code><a href="saveAsTable.html">saveAsTable</a></code>,
+<code><a href="schema.html">schema</a></code>, <code><a href="selectExpr.html">selectExpr</a></code>,
+<code><a href="select.html">select</a></code>, <code><a href="showDF.html">showDF</a></code>,
+<code><a href="show.html">show</a></code>, <code><a href="storageLevel.html">storageLevel</a></code>,
+<code><a href="str.html">str</a></code>, <code><a href="subset.html">subset</a></code>,
+<code><a href="take.html">take</a></code>, <code><a href="union.html">union</a></code>,
+<code><a href="unpersist.html">unpersist</a></code>, <code><a href="withColumn.html">withColumn</a></code>,
+<code><a href="with.html">with</a></code>, <code><a href="write.df.html">write.df</a></code>,
+<code><a href="write.jdbc.html">write.jdbc</a></code>, <code><a href="write.json.html">write.json</a></code>,
+<code><a href="write.orc.html">write.orc</a></code>, <code><a href="write.parquet.html">write.parquet</a></code>,
+<code><a href="write.text.html">write.text</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- read.json(path)
+##D arrange(df, df$col1)
+##D arrange(df, asc(df$col1), desc(abs(df$col2)))
+##D arrange(df, &quot;col1&quot;, decreasing = TRUE)
+##D arrange(df, &quot;col1&quot;, &quot;col2&quot;, decreasing = c(TRUE, FALSE))
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/array_contains.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/array_contains.html b/site/docs/2.1.3/api/R/array_contains.html
new file mode 100644
index 0000000..0e0f131
--- /dev/null
+++ b/site/docs/2.1.3/api/R/array_contains.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: array_contains</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for array_contains {SparkR}"><tr><td>array_contains {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>array_contains</h2>
+
+<h3>Description</h3>
+
+<p>Returns true if the array contain the value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+array_contains(x, value)
+
+## S4 method for signature 'Column'
+array_contains(x, value)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A Column</p>
+</td></tr>
+<tr valign="top"><td><code>value</code></td>
+<td>
+<p>A value to be checked if contained in the column</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>array_contains since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other collection_funcs: <code><a href="explode.html">explode</a></code>,
+<code><a href="posexplode.html">posexplode</a></code>, <code><a href="size.html">size</a></code>,
+<code><a href="sort_array.html">sort_array</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: array_contains(df$c, 1)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/3a634959/site/docs/2.1.3/api/R/as.data.frame.html
----------------------------------------------------------------------
diff --git a/site/docs/2.1.3/api/R/as.data.frame.html b/site/docs/2.1.3/api/R/as.data.frame.html
new file mode 100644
index 0000000..35b68f6
--- /dev/null
+++ b/site/docs/2.1.3/api/R/as.data.frame.html
@@ -0,0 +1,119 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Download data from a SparkDataFrame into a R data.frame</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for as.data.frame {SparkR}"><tr><td>as.data.frame {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Download data from a SparkDataFrame into a R data.frame</h2>
+
+<h3>Description</h3>
+
+<p>This function downloads the contents of a SparkDataFrame into an R's data.frame.
+Since data.frames are held in memory, ensure that you have enough memory
+in your system to accommodate the contents.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+as.data.frame(x, row.names = NULL, optional = FALSE, ...)
+
+## S4 method for signature 'SparkDataFrame'
+as.data.frame(x, row.names = NULL,
+  optional = FALSE, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a SparkDataFrame.</p>
+</td></tr>
+<tr valign="top"><td><code>row.names</code></td>
+<td>
+<p><code>NULL</code> or a character vector giving the row names for the data frame.</p>
+</td></tr>
+<tr valign="top"><td><code>optional</code></td>
+<td>
+<p>If <code>TRUE</code>, converting column names is optional.</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>additional arguments to pass to base::as.data.frame.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A data.frame.
+</p>
+
+
+<h3>Note</h3>
+
+<p>as.data.frame since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other SparkDataFrame functions: <code><a href="SparkDataFrame.html">SparkDataFrame-class</a></code>,
+<code><a href="summarize.html">agg</a></code>, <code><a href="arrange.html">arrange</a></code>,
+<code><a href="attach.html">attach</a></code>, <code><a href="cache.html">cache</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="collect.html">collect</a></code>,
+<code><a href="columns.html">colnames</a></code>, <code><a href="coltypes.html">coltypes</a></code>,
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView</a></code>,
+<code><a href="crossJoin.html">crossJoin</a></code>, <code><a href="dapplyCollect.html">dapplyCollect</a></code>,
+<code><a href="dapply.html">dapply</a></code>, <code><a href="summary.html">describe</a></code>,
+<code><a href="dim.html">dim</a></code>, <code><a href="distinct.html">distinct</a></code>,
+<code><a href="dropDuplicates.html">dropDuplicates</a></code>, <code><a href="nafunctions.html">dropna</a></code>,
+<code><a href="drop.html">drop</a></code>, <code><a href="dtypes.html">dtypes</a></code>,
+<code><a href="except.html">except</a></code>, <code><a href="explain.html">explain</a></code>,
+<code><a href="filter.html">filter</a></code>, <code><a href="first.html">first</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect</a></code>, <code><a href="gapply.html">gapply</a></code>,
+<code><a href="getNumPartitions.html">getNumPartitions</a></code>, <code><a href="groupBy.html">group_by</a></code>,
+<code><a href="head.html">head</a></code>, <code><a href="histogram.html">histogram</a></code>,
+<code><a href="insertInto.html">insertInto</a></code>, <code><a href="intersect.html">intersect</a></code>,
+<code><a href="isLocal.html">isLocal</a></code>, <code><a href="join.html">join</a></code>,
+<code><a href="limit.html">limit</a></code>, <code><a href="merge.html">merge</a></code>,
+<code><a href="mutate.html">mutate</a></code>, <code><a href="ncol.html">ncol</a></code>,
+<code><a href="nrow.html">nrow</a></code>, <code><a href="persist.html">persist</a></code>,
+<code><a href="printSchema.html">printSchema</a></code>, <code><a href="randomSplit.html">randomSplit</a></code>,
+<code><a href="rbind.html">rbind</a></code>, <code><a href="registerTempTable-deprecated.html">registerTempTable</a></code>,
+<code><a href="rename.html">rename</a></code>, <code><a href="repartition.html">repartition</a></code>,
+<code><a href="sample.html">sample</a></code>, <code><a href="saveAsTable.html">saveAsTable</a></code>,
+<code><a href="schema.html">schema</a></code>, <code><a href="selectExpr.html">selectExpr</a></code>,
+<code><a href="select.html">select</a></code>, <code><a href="showDF.html">showDF</a></code>,
+<code><a href="show.html">show</a></code>, <code><a href="storageLevel.html">storageLevel</a></code>,
+<code><a href="str.html">str</a></code>, <code><a href="subset.html">subset</a></code>,
+<code><a href="take.html">take</a></code>, <code><a href="union.html">union</a></code>,
+<code><a href="unpersist.html">unpersist</a></code>, <code><a href="withColumn.html">withColumn</a></code>,
+<code><a href="with.html">with</a></code>, <code><a href="write.df.html">write.df</a></code>,
+<code><a href="write.jdbc.html">write.jdbc</a></code>, <code><a href="write.json.html">write.json</a></code>,
+<code><a href="write.orc.html">write.orc</a></code>, <code><a href="write.parquet.html">write.parquet</a></code>,
+<code><a href="write.text.html">write.text</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D 
+##D irisDF &lt;- createDataFrame(iris)
+##D df &lt;- as.data.frame(irisDF[irisDF$Species == &quot;setosa&quot;, ])
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.1.3 <a href="00Index.html">Index</a>]</div>
+</body></html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org