http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/crossJoin.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/crossJoin.html 
b/site/docs/2.2.2/api/R/crossJoin.html
new file mode 100644
index 0000000..b0939c9
--- /dev/null
+++ b/site/docs/2.2.2/api/R/crossJoin.html
@@ -0,0 +1,112 @@
+<!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: CrossJoin</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 crossJoin {SparkR}"><tr><td>crossJoin 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>CrossJoin</h2>
+
+<h3>Description</h3>
+
+<p>Returns Cartesian Product on two SparkDataFrames.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+crossJoin(x, y)
+</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>y</code></td>
+<td>
+<p>A SparkDataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame containing the result of the join operation.
+</p>
+
+
+<h3>Note</h3>
+
+<p>crossJoin since 2.1.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="merge.html">merge</a> <a href="join.html">join</a>
+</p>
+<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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 df1 &lt;- read.json(path)
+##D df2 &lt;- read.json(path2)
+##D crossJoin(df1, df2) # Performs a Cartesian
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/crosstab.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/crosstab.html 
b/site/docs/2.2.2/api/R/crosstab.html
new file mode 100644
index 0000000..c4e0894
--- /dev/null
+++ b/site/docs/2.2.2/api/R/crosstab.html
@@ -0,0 +1,82 @@
+<!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: Computes a pair-wise 
frequency table of the given columns</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 crosstab {SparkR}"><tr><td>crosstab 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Computes a pair-wise frequency table of the given columns</h2>
+
+<h3>Description</h3>
+
+<p>Computes a pair-wise frequency table of the given columns. Also known as a 
contingency
+table. The number of distinct values for each column should be less than 1e4. 
At most 1e6
+non-zero pair frequencies will be returned.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,character,character'
+crosstab(x, col1, col2)
+</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>col1</code></td>
+<td>
+<p>name of the first column. Distinct items will make the first item of each 
row.</p>
+</td></tr>
+<tr valign="top"><td><code>col2</code></td>
+<td>
+<p>name of the second column. Distinct items will make the column names of the 
output.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>a local R data.frame representing the contingency table. The first column 
of each row
+will be the distinct values of <code>col1</code> and the column names will be 
the distinct values
+of <code>col2</code>. The name of the first column will be 
&quot;<code>col1</code>_<code>col2</code>&quot;. Pairs
+that have no occurrences will have zero as their counts.
+</p>
+
+
+<h3>Note</h3>
+
+<p>crosstab since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other stat functions: <code><a 
href="approxQuantile.html">approxQuantile</a></code>,
+<code><a href="corr.html">corr</a></code>, <code><a 
href="cov.html">cov</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 ct &lt;- crosstab(df, &quot;title&quot;, &quot;gender&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/cume_dist.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/cume_dist.html 
b/site/docs/2.2.2/api/R/cume_dist.html
new file mode 100644
index 0000000..96afaa1
--- /dev/null
+++ b/site/docs/2.2.2/api/R/cume_dist.html
@@ -0,0 +1,77 @@
+<!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: cume_dist</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 cume_dist {SparkR}"><tr><td>cume_dist 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>cume_dist</h2>
+
+<h3>Description</h3>
+
+<p>Window function: returns the cumulative distribution of values within a 
window partition,
+i.e. the fraction of rows that are below the current row.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+cume_dist(x = "missing")
+
+## S4 method for signature 'missing'
+cume_dist()
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>empty. Should be used with no argument.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>N = total number of rows in the partition
+cume_dist(x) = number of values before (and including) x / N
+</p>
+<p>This is equivalent to the <code>CUME_DIST</code> function in SQL.
+</p>
+
+
+<h3>Note</h3>
+
+<p>cume_dist since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other window_funcs: <code><a href="dense_rank.html">dense_rank</a></code>,
+<code><a href="lag.html">lag</a></code>, <code><a 
href="lead.html">lead</a></code>,
+<code><a href="ntile.html">ntile</a></code>, <code><a 
href="percent_rank.html">percent_rank</a></code>,
+<code><a href="rank.html">rank</a></code>, <code><a 
href="row_number.html">row_number</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   df &lt;- createDataFrame(mtcars)
+##D   ws &lt;- orderBy(windowPartitionBy(&quot;am&quot;), &quot;hp&quot;)
+##D   out &lt;- select(df, over(cume_dist(), ws), df$hp, df$am)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/currentDatabase.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/currentDatabase.html 
b/site/docs/2.2.2/api/R/currentDatabase.html
new file mode 100644
index 0000000..ead3563
--- /dev/null
+++ b/site/docs/2.2.2/api/R/currentDatabase.html
@@ -0,0 +1,50 @@
+<!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 current 
default database</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 currentDatabase 
{SparkR}"><tr><td>currentDatabase {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Returns the current default database</h2>
+
+<h3>Description</h3>
+
+<p>Returns the current default database.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+currentDatabase()
+</pre>
+
+
+<h3>Value</h3>
+
+<p>name of the current default database.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.2.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D currentDatabase()
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dapply.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dapply.html 
b/site/docs/2.2.2/api/R/dapply.html
new file mode 100644
index 0000000..13f3f9e
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dapply.html
@@ -0,0 +1,134 @@
+<!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: dapply</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 dapply {SparkR}"><tr><td>dapply 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>dapply</h2>
+
+<h3>Description</h3>
+
+<p>Apply a function to each partition of a SparkDataFrame.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dapply(x, func, schema)
+
+## S4 method for signature 'SparkDataFrame,'function',structType'
+dapply(x, func, schema)
+</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>func</code></td>
+<td>
+<p>A function to be applied to each partition of the SparkDataFrame.
+func should have only one parameter, to which a R data.frame corresponds
+to each partition will be passed.
+The output of func should be a R data.frame.</p>
+</td></tr>
+<tr valign="top"><td><code>schema</code></td>
+<td>
+<p>The schema of the resulting SparkDataFrame after the function is applied.
+It must match the output of func.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>dapply since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="dapplyCollect.html">dapplyCollect</a>
+</p>
+<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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</a></code>, <code><a 
href="write.text.html">write.text</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   df &lt;- createDataFrame(iris)
+##D   df1 &lt;- dapply(df, function(x) { x }, schema(df))
+##D   collect(df1)
+##D 
+##D   # filter and add a column
+##D   df &lt;- createDataFrame(
+##D           list(list(1L, 1, &quot;1&quot;), list(2L, 2, &quot;2&quot;), 
list(3L, 3, &quot;3&quot;)),
+##D           c(&quot;a&quot;, &quot;b&quot;, &quot;c&quot;))
+##D   schema &lt;- structType(structField(&quot;a&quot;, &quot;integer&quot;), 
structField(&quot;b&quot;, &quot;double&quot;),
+##D                      structField(&quot;c&quot;, &quot;string&quot;), 
structField(&quot;d&quot;, &quot;integer&quot;))
+##D   df1 &lt;- dapply(
+##D            df,
+##D            function(x) {
+##D              y &lt;- x[x[1] &gt; 1, ]
+##D              y &lt;- cbind(y, y[1] + 1L)
+##D            },
+##D            schema)
+##D   collect(df1)
+##D   # the result
+##D   #       a b c d
+##D   #     1 2 2 2 3
+##D   #     2 3 3 3 4
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dapplyCollect.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dapplyCollect.html 
b/site/docs/2.2.2/api/R/dapplyCollect.html
new file mode 100644
index 0000000..bb18eb9
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dapplyCollect.html
@@ -0,0 +1,125 @@
+<!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: dapplyCollect</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 dapplyCollect 
{SparkR}"><tr><td>dapplyCollect {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>dapplyCollect</h2>
+
+<h3>Description</h3>
+
+<p>Apply a function to each partition of a SparkDataFrame and collect the 
result back
+to R as a data.frame.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dapplyCollect(x, func)
+
+## S4 method for signature 'SparkDataFrame,'function''
+dapplyCollect(x, func)
+</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>func</code></td>
+<td>
+<p>A function to be applied to each partition of the SparkDataFrame.
+func should have only one parameter, to which a R data.frame corresponds
+to each partition will be passed.
+The output of func should be a R data.frame.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>dapplyCollect since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="dapply.html">dapply</a>
+</p>
+<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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</a></code>, <code><a 
href="write.text.html">write.text</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   df &lt;- createDataFrame(iris)
+##D   ldf &lt;- dapplyCollect(df, function(x) { x })
+##D 
+##D   # filter and add a column
+##D   df &lt;- createDataFrame(
+##D           list(list(1L, 1, &quot;1&quot;), list(2L, 2, &quot;2&quot;), 
list(3L, 3, &quot;3&quot;)),
+##D           c(&quot;a&quot;, &quot;b&quot;, &quot;c&quot;))
+##D   ldf &lt;- dapplyCollect(
+##D            df,
+##D            function(x) {
+##D              y &lt;- x[x[1] &gt; 1, ]
+##D              y &lt;- cbind(y, y[1] + 1L)
+##D            })
+##D   # the result
+##D   #       a b c d
+##D   #       2 2 2 3
+##D   #       3 3 3 4
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/date_add.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/date_add.html 
b/site/docs/2.2.2/api/R/date_add.html
new file mode 100644
index 0000000..ab1bd87
--- /dev/null
+++ b/site/docs/2.2.2/api/R/date_add.html
@@ -0,0 +1,76 @@
+<!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: date_add</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 date_add {SparkR}"><tr><td>date_add 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>date_add</h2>
+
+<h3>Description</h3>
+
+<p>Returns the date that is <code>x</code> days after
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+date_add(y, x)
+
+## S4 method for signature 'Column,numeric'
+date_add(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 days to add</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>date_add since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</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_timestamp.html">to_timestamp</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: date_add(df$d, 1)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/date_format.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/date_format.html 
b/site/docs/2.2.2/api/R/date_format.html
new file mode 100644
index 0000000..e8e850c
--- /dev/null
+++ b/site/docs/2.2.2/api/R/date_format.html
@@ -0,0 +1,88 @@
+<!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: date_format</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 date_format 
{SparkR}"><tr><td>date_format {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>date_format</h2>
+
+<h3>Description</h3>
+
+<p>Converts a date/timestamp/string to a value of string in the format 
specified by the date
+format given by the second argument.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+date_format(y, x)
+
+## S4 method for signature 'Column,character'
+date_format(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>date format specification.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>A pattern could be for instance </p>
+<pre>dd.MM.yyyy</pre><p> and could return a string like '18.03.1993'. All
+pattern letters of <code>java.text.SimpleDateFormat</code> can be used.
+</p>
+<p>Note: Use when ever possible specialized functions like <code>year</code>. 
These benefit from a
+specialized implementation.
+</p>
+
+
+<h3>Note</h3>
+
+<p>date_format since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<code><a href="date_add.html">date_add</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_timestamp.html">to_timestamp</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: date_format(df$t, &#39;MM/dd/yyy&#39;)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/date_sub.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/date_sub.html 
b/site/docs/2.2.2/api/R/date_sub.html
new file mode 100644
index 0000000..d9eec03
--- /dev/null
+++ b/site/docs/2.2.2/api/R/date_sub.html
@@ -0,0 +1,76 @@
+<!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: date_sub</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 date_sub {SparkR}"><tr><td>date_sub 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>date_sub</h2>
+
+<h3>Description</h3>
+
+<p>Returns the date that is <code>x</code> days before
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+date_sub(y, x)
+
+## S4 method for signature 'Column,numeric'
+date_sub(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 days to substract</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>date_sub since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<code><a href="date_add.html">date_add</a></code>, <code><a 
href="date_format.html">date_format</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_timestamp.html">to_timestamp</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: date_sub(df$d, 1)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/datediff.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/datediff.html 
b/site/docs/2.2.2/api/R/datediff.html
new file mode 100644
index 0000000..293ebed
--- /dev/null
+++ b/site/docs/2.2.2/api/R/datediff.html
@@ -0,0 +1,76 @@
+<!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: datediff</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 datediff {SparkR}"><tr><td>datediff 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>datediff</h2>
+
+<h3>Description</h3>
+
+<p>Returns the number of days from <code>start</code> to <code>end</code>.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+datediff(y, x)
+
+## S4 method for signature 'Column'
+datediff(y, x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>y</code></td>
+<td>
+<p>end Column to use.</p>
+</td></tr>
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>start Column to use.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>datediff since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<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="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_timestamp.html">to_timestamp</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: datediff(df$c, x)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dayofmonth.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dayofmonth.html 
b/site/docs/2.2.2/api/R/dayofmonth.html
new file mode 100644
index 0000000..7acd2de
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dayofmonth.html
@@ -0,0 +1,72 @@
+<!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: dayofmonth</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 dayofmonth {SparkR}"><tr><td>dayofmonth 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>dayofmonth</h2>
+
+<h3>Description</h3>
+
+<p>Extracts the day of the month as an integer from a given 
date/timestamp/string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dayofmonth(x)
+
+## S4 method for signature 'Column'
+dayofmonth(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>dayofmonth since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<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="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_timestamp.html">to_timestamp</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: dayofmonth(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dayofyear.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dayofyear.html 
b/site/docs/2.2.2/api/R/dayofyear.html
new file mode 100644
index 0000000..c76f057
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dayofyear.html
@@ -0,0 +1,72 @@
+<!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: dayofyear</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 dayofyear {SparkR}"><tr><td>dayofyear 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>dayofyear</h2>
+
+<h3>Description</h3>
+
+<p>Extracts the day of the year as an integer from a given 
date/timestamp/string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dayofyear(x)
+
+## S4 method for signature 'Column'
+dayofyear(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>dayofyear since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<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="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_timestamp.html">to_timestamp</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: dayofyear(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/decode.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/decode.html 
b/site/docs/2.2.2/api/R/decode.html
new file mode 100644
index 0000000..d2fbad1
--- /dev/null
+++ b/site/docs/2.2.2/api/R/decode.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: decode</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 decode {SparkR}"><tr><td>decode 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>decode</h2>
+
+<h3>Description</h3>
+
+<p>Computes the first argument into a string from a binary using the provided 
character set
+(one of 'US-ASCII', 'ISO-8859-1', 'UTF-8', 'UTF-16BE', 'UTF-16LE', 'UTF-16').
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+decode(x, charset)
+
+## S4 method for signature 'Column,character'
+decode(x, charset)
+</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>charset</code></td>
+<td>
+<p>Character set to use</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>decode since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other string_funcs: <code><a href="ascii.html">ascii</a></code>,
+<code><a href="base64.html">base64</a></code>, <code><a 
href="concat_ws.html">concat_ws</a></code>,
+<code><a href="concat.html">concat</a></code>, <code><a 
href="encode.html">encode</a></code>,
+<code><a href="format_number.html">format_number</a></code>, <code><a 
href="format_string.html">format_string</a></code>,
+<code><a href="initcap.html">initcap</a></code>, <code><a 
href="instr.html">instr</a></code>,
+<code><a href="length.html">length</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>,
+<code><a href="locate.html">locate</a></code>, <code><a 
href="lower.html">lower</a></code>,
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="ltrim.html">ltrim</a></code>,
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>, <code><a 
href="reverse.html">reverse</a></code>,
+<code><a href="rpad.html">rpad</a></code>, <code><a 
href="rtrim.html">rtrim</a></code>,
+<code><a href="soundex.html">soundex</a></code>, <code><a 
href="substring_index.html">substring_index</a></code>,
+<code><a href="translate.html">translate</a></code>, <code><a 
href="trim.html">trim</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>, <code><a 
href="upper.html">upper</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: decode(df$c, &quot;UTF-8&quot;)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dense_rank.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dense_rank.html 
b/site/docs/2.2.2/api/R/dense_rank.html
new file mode 100644
index 0000000..9dfbf13
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dense_rank.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: dense_rank</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 dense_rank {SparkR}"><tr><td>dense_rank 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>dense_rank</h2>
+
+<h3>Description</h3>
+
+<p>Window function: returns the rank of rows within a window partition, 
without any gaps.
+The difference between rank and dense_rank is that dense_rank leaves no gaps 
in ranking
+sequence when there are ties. That is, if you were ranking a competition using 
dense_rank
+and had three people tie for second place, you would say that all three were 
in second
+place and that the next person came in third. Rank would give me sequential 
numbers, making
+the person that came in third place (after the ties) would register as coming 
in fifth.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dense_rank(x = "missing")
+
+## S4 method for signature 'missing'
+dense_rank()
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>empty. Should be used with no argument.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>This is equivalent to the <code>DENSE_RANK</code> function in SQL.
+</p>
+
+
+<h3>Note</h3>
+
+<p>dense_rank since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other window_funcs: <code><a href="cume_dist.html">cume_dist</a></code>,
+<code><a href="lag.html">lag</a></code>, <code><a 
href="lead.html">lead</a></code>,
+<code><a href="ntile.html">ntile</a></code>, <code><a 
href="percent_rank.html">percent_rank</a></code>,
+<code><a href="rank.html">rank</a></code>, <code><a 
href="row_number.html">row_number</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   df &lt;- createDataFrame(mtcars)
+##D   ws &lt;- orderBy(windowPartitionBy(&quot;am&quot;), &quot;hp&quot;)
+##D   out &lt;- select(df, over(dense_rank(), ws), df$hp, df$am)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dim.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dim.html b/site/docs/2.2.2/api/R/dim.html
new file mode 100644
index 0000000..2a29860
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dim.html
@@ -0,0 +1,100 @@
+<!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 dimensions of 
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 dim {SparkR}"><tr><td>dim 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Returns the dimensions of SparkDataFrame</h2>
+
+<h3>Description</h3>
+
+<p>Returns the dimensions (number of rows and columns) of a SparkDataFrame
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame'
+dim(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a SparkDataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>dim since 1.5.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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 dim(df)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/distinct.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/distinct.html 
b/site/docs/2.2.2/api/R/distinct.html
new file mode 100644
index 0000000..e7b7f1d
--- /dev/null
+++ b/site/docs/2.2.2/api/R/distinct.html
@@ -0,0 +1,107 @@
+<!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: Distinct</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 distinct {SparkR}"><tr><td>distinct 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Distinct</h2>
+
+<h3>Description</h3>
+
+<p>Return a new SparkDataFrame containing the distinct rows in this 
SparkDataFrame.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+distinct(x)
+
+## S4 method for signature 'SparkDataFrame'
+distinct(x)
+
+## S4 method for signature 'SparkDataFrame'
+unique(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkDataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>distinct since 1.4.0
+</p>
+<p>unique since 1.5.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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 distinctDF &lt;- distinct(df)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/drop.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/drop.html b/site/docs/2.2.2/api/R/drop.html
new file mode 100644
index 0000000..d850b9a
--- /dev/null
+++ b/site/docs/2.2.2/api/R/drop.html
@@ -0,0 +1,122 @@
+<!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: drop</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 drop {SparkR}"><tr><td>drop 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>drop</h2>
+
+<h3>Description</h3>
+
+<p>Returns a new SparkDataFrame with columns dropped.
+This is a no-op if schema doesn't contain column name(s).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+drop(x, ...)
+
+## S4 method for signature 'SparkDataFrame'
+drop(x, col)
+
+## S4 method for signature 'ANY'
+drop(x)
+</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>...</code></td>
+<td>
+<p>further arguments to be passed to or from other methods.</p>
+</td></tr>
+<tr valign="top"><td><code>col</code></td>
+<td>
+<p>a character vector of column names or a Column.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame.
+</p>
+
+
+<h3>Note</h3>
+
+<p>drop since 2.0.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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 drop(df, &quot;col1&quot;)
+##D drop(df, c(&quot;col1&quot;, &quot;col2&quot;))
+##D drop(df, df$col1)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dropDuplicates.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dropDuplicates.html 
b/site/docs/2.2.2/api/R/dropDuplicates.html
new file mode 100644
index 0000000..3741845
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dropDuplicates.html
@@ -0,0 +1,116 @@
+<!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: dropDuplicates</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 dropDuplicates 
{SparkR}"><tr><td>dropDuplicates {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>dropDuplicates</h2>
+
+<h3>Description</h3>
+
+<p>Returns a new SparkDataFrame with duplicate rows removed, considering only
+the subset of columns.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dropDuplicates(x, ...)
+
+## S4 method for signature 'SparkDataFrame'
+dropDuplicates(x, ...)
+</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>...</code></td>
+<td>
+<p>A character vector of column names or string column names.
+If the first argument contains a character vector, the followings are 
ignored.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame with duplicate rows removed.
+</p>
+
+
+<h3>Note</h3>
+
+<p>dropDuplicates since 2.0.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="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 dropDuplicates(df)
+##D dropDuplicates(df, &quot;col1&quot;, &quot;col2&quot;)
+##D dropDuplicates(df, c(&quot;col1&quot;, &quot;col2&quot;))
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dropTempTable-deprecated.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dropTempTable-deprecated.html 
b/site/docs/2.2.2/api/R/dropTempTable-deprecated.html
new file mode 100644
index 0000000..e054d4c
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dropTempTable-deprecated.html
@@ -0,0 +1,64 @@
+<!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: (Deprecated) Drop 
Temporary Table</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 dropTempTable 
{SparkR}"><tr><td>dropTempTable {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>(Deprecated) Drop Temporary Table</h2>
+
+<h3>Description</h3>
+
+<p>Drops the temporary table with the given table name in the catalog.
+If the table has been cached/persisted before, it's also unpersisted.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## Default S3 method:
+dropTempTable(tableName)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>tableName</code></td>
+<td>
+<p>The name of the SparkSQL table to be dropped.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>dropTempTable since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="dropTempView.html">dropTempView</a>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D df &lt;- read.df(path, &quot;parquet&quot;)
+##D createOrReplaceTempView(df, &quot;table&quot;)
+##D dropTempTable(&quot;table&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dropTempView.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dropTempView.html 
b/site/docs/2.2.2/api/R/dropTempView.html
new file mode 100644
index 0000000..6af5062
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dropTempView.html
@@ -0,0 +1,63 @@
+<!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: Drops the temporary view 
with the given view name in the...</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 dropTempView 
{SparkR}"><tr><td>dropTempView {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Drops the temporary view with the given view name in the catalog.</h2>
+
+<h3>Description</h3>
+
+<p>Drops the temporary view with the given view name in the catalog.
+If the view has been cached before, then it will also be uncached.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dropTempView(viewName)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>viewName</code></td>
+<td>
+<p>the name of the temporary view to be dropped.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>TRUE if the view is dropped successfully, FALSE otherwise.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.0.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D df &lt;- read.df(path, &quot;parquet&quot;)
+##D createOrReplaceTempView(df, &quot;table&quot;)
+##D dropTempView(&quot;table&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/dtypes.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/dtypes.html 
b/site/docs/2.2.2/api/R/dtypes.html
new file mode 100644
index 0000000..fbeb199
--- /dev/null
+++ b/site/docs/2.2.2/api/R/dtypes.html
@@ -0,0 +1,102 @@
+<!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: DataTypes</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 dtypes {SparkR}"><tr><td>dtypes 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>DataTypes</h2>
+
+<h3>Description</h3>
+
+<p>Return all column names and their data types as a list
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+dtypes(x)
+
+## S4 method for signature 'SparkDataFrame'
+dtypes(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkDataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>dtypes 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="arrange.html">arrange</a></code>,
+<code><a href="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>,
+<code><a href="cache.html">cache</a></code>, <code><a 
href="checkpoint.html">checkpoint</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="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="hint.html">hint</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="isStreaming.html">isStreaming</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="toJSON.html">toJSON</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.stream.html">write.stream</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 dtypes(df)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 2.2.2 
<a href="00Index.html">Index</a>]</div>
+</body></html>


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

Reply via email to