http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/intersect.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/intersect.html 
b/site/docs/2.2.2/api/R/intersect.html
new file mode 100644
index 0000000..9598e89
--- /dev/null
+++ b/site/docs/2.2.2/api/R/intersect.html
@@ -0,0 +1,113 @@
+<!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: Intersect</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 intersect {SparkR}"><tr><td>intersect 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Intersect</h2>
+
+<h3>Description</h3>
+
+<p>Return a new SparkDataFrame containing rows only in both this SparkDataFrame
+and another SparkDataFrame. This is equivalent to <code>INTERSECT</code> in 
SQL.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+intersect(x, y)
+
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+intersect(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 intersect.
+</p>
+
+
+<h3>Note</h3>
+
+<p>intersect 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="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="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 intersectDF &lt;- intersect(df, df2)
+## 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/is.nan.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/is.nan.html 
b/site/docs/2.2.2/api/R/is.nan.html
new file mode 100644
index 0000000..8adee7f
--- /dev/null
+++ b/site/docs/2.2.2/api/R/is.nan.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: is.nan</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 isnan {SparkR}"><tr><td>isnan 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>is.nan</h2>
+
+<h3>Description</h3>
+
+<p>Return true if the column is NaN, alias for <a href="is.nan.html">isnan</a>
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+isnan(x)
+
+## S4 method for signature 'Column'
+is.nan(x)
+
+## S4 method for signature 'Column'
+isnan(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>is.nan since 2.0.0
+</p>
+<p>isnan since 2.0.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="abs.html">abs</a></code>,
+<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="from_json.html">from_json</a></code>, <code><a 
href="greatest.html">greatest</a></code>,
+<code><a href="ifelse.html">ifelse</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="to_json.html">to_json</a></code>, <code><a 
href="when.html">when</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D is.nan(df$c)
+##D isnan(df$c)
+## 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/isActive.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/isActive.html 
b/site/docs/2.2.2/api/R/isActive.html
new file mode 100644
index 0000000..518d27c
--- /dev/null
+++ b/site/docs/2.2.2/api/R/isActive.html
@@ -0,0 +1,71 @@
+<!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: isActive</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 isActive {SparkR}"><tr><td>isActive 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>isActive</h2>
+
+<h3>Description</h3>
+
+<p>Returns TRUE if this query is actively running.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+isActive(x)
+
+## S4 method for signature 'StreamingQuery'
+isActive(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a StreamingQuery.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>TRUE if query is actively running, FALSE if stopped.
+</p>
+
+
+<h3>Note</h3>
+
+<p>isActive(StreamingQuery) since 2.2.0
+</p>
+<p>experimental
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other StreamingQuery methods: <code><a 
href="awaitTermination.html">awaitTermination</a></code>,
+<code><a href="explain.html">explain</a></code>, <code><a 
href="lastProgress.html">lastProgress</a></code>,
+<code><a href="queryName.html">queryName</a></code>, <code><a 
href="status.html">status</a></code>,
+<code><a href="stopQuery.html">stopQuery</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run:  isActive(sq) 
+</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/isLocal.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/isLocal.html 
b/site/docs/2.2.2/api/R/isLocal.html
new file mode 100644
index 0000000..e3e9527
--- /dev/null
+++ b/site/docs/2.2.2/api/R/isLocal.html
@@ -0,0 +1,103 @@
+<!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: isLocal</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 isLocal {SparkR}"><tr><td>isLocal 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>isLocal</h2>
+
+<h3>Description</h3>
+
+<p>Returns True if the <code>collect</code> and <code>take</code> methods can 
be run locally
+(without any Spark executors).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+isLocal(x)
+
+## S4 method for signature 'SparkDataFrame'
+isLocal(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>isLocal 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="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="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 isLocal(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/isStreaming.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/isStreaming.html 
b/site/docs/2.2.2/api/R/isStreaming.html
new file mode 100644
index 0000000..2f973d9
--- /dev/null
+++ b/site/docs/2.2.2/api/R/isStreaming.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: isStreaming</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 isStreaming 
{SparkR}"><tr><td>isStreaming {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>isStreaming</h2>
+
+<h3>Description</h3>
+
+<p>Returns TRUE if this SparkDataFrame contains one or more sources that 
continuously return data
+as it arrives.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+isStreaming(x)
+
+## S4 method for signature 'SparkDataFrame'
+isStreaming(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>Value</h3>
+
+<p>TRUE if this SparkDataFrame is from a streaming source
+</p>
+
+
+<h3>Note</h3>
+
+<p>isStreaming since 2.2.0
+</p>
+<p>experimental
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="read.stream.html">read.stream</a> <a 
href="write.stream.html">write.stream</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="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="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 df &lt;- read.stream(&quot;socket&quot;, host = &quot;localhost&quot;, 
port = 9999)
+##D isStreaming(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/join.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/join.html b/site/docs/2.2.2/api/R/join.html
new file mode 100644
index 0000000..69d01c4
--- /dev/null
+++ b/site/docs/2.2.2/api/R/join.html
@@ -0,0 +1,127 @@
+<!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: Join</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 join {SparkR}"><tr><td>join 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Join</h2>
+
+<h3>Description</h3>
+
+<p>Joins two SparkDataFrames based on the given join expression.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+join(x, y, joinExpr = NULL,
+  joinType = NULL)
+</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>
+<tr valign="top"><td><code>joinExpr</code></td>
+<td>
+<p>(Optional) The expression used to perform the join. joinExpr must be a
+Column expression. If joinExpr is omitted, the default, inner join is 
attempted and an error is
+thrown if it would be a Cartesian Product. For Cartesian join, use crossJoin 
instead.</p>
+</td></tr>
+<tr valign="top"><td><code>joinType</code></td>
+<td>
+<p>The type of join to perform, default 'inner'.
+Must be one of: 'inner', 'cross', 'outer', 'full', 'full_outer',
+'left', 'left_outer', 'right', 'right_outer', 'left_semi', or 'left_anti'.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame containing the result of the join operation.
+</p>
+
+
+<h3>Note</h3>
+
+<p>join since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="merge.html">merge</a> <a href="crossJoin.html">crossJoin</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="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="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 join(df1, df2, df1$col1 == df2$col2) # Performs an inner join based on 
expression
+##D join(df1, df2, df1$col1 == df2$col2, &quot;right_outer&quot;)
+##D join(df1, df2) # Attempts an inner join
+## 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/kurtosis.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/kurtosis.html 
b/site/docs/2.2.2/api/R/kurtosis.html
new file mode 100644
index 0000000..34df279
--- /dev/null
+++ b/site/docs/2.2.2/api/R/kurtosis.html
@@ -0,0 +1,68 @@
+<!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: kurtosis</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 kurtosis {SparkR}"><tr><td>kurtosis 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>kurtosis</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the kurtosis of the values in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+kurtosis(x)
+
+## S4 method for signature 'Column'
+kurtosis(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>kurtosis since 1.6.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <code><a href="summarize.html">agg</a></code>, <code><a 
href="avg.html">avg</a></code>,
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a 
href="count.html">count</a></code>,
+<code><a href="first.html">first</a></code>, <code><a 
href="last.html">last</a></code>,
+<code><a href="max.html">max</a></code>, <code><a 
href="mean.html">mean</a></code>, <code><a href="min.html">min</a></code>,
+<code><a href="sd.html">sd</a></code>, <code><a 
href="skewness.html">skewness</a></code>,
+<code><a href="stddev_pop.html">stddev_pop</a></code>, <code><a 
href="stddev_samp.html">stddev_samp</a></code>,
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a 
href="sum.html">sum</a></code>,
+<code><a href="var_pop.html">var_pop</a></code>, <code><a 
href="var_samp.html">var_samp</a></code>,
+<code><a href="var.html">var</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: kurtosis(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/lag.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/lag.html b/site/docs/2.2.2/api/R/lag.html
new file mode 100644
index 0000000..6c0b829
--- /dev/null
+++ b/site/docs/2.2.2/api/R/lag.html
@@ -0,0 +1,92 @@
+<!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: lag</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 lag {SparkR}"><tr><td>lag 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>lag</h2>
+
+<h3>Description</h3>
+
+<p>Window function: returns the value that is <code>offset</code> rows before 
the current row, and
+<code>defaultValue</code> if there is less than <code>offset</code> rows 
before the current row. For example,
+an <code>offset</code> of one will return the previous row at any given point 
in the window partition.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+lag(x, ...)
+
+## S4 method for signature 'characterOrColumn'
+lag(x, offset = 1, defaultValue = NULL)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>the column as a character string or a 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>offset</code></td>
+<td>
+<p>the number of rows back from the current row from which to obtain a value.
+If not specified, the default is 1.</p>
+</td></tr>
+<tr valign="top"><td><code>defaultValue</code></td>
+<td>
+<p>(optional) default to use when the offset row does not exist.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>This is equivalent to the <code>LAG</code> function in SQL.
+</p>
+
+
+<h3>Note</h3>
+
+<p>lag 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="dense_rank.html">dense_rank</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 
+##D   # Partition by am (transmission) and order by hp (horsepower)
+##D   ws &lt;- orderBy(windowPartitionBy(&quot;am&quot;), &quot;hp&quot;)
+##D 
+##D   # Lag mpg values by 1 row on the partition-and-ordered table
+##D   out &lt;- select(df, over(lag(df$mpg), ws), df$mpg, 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/last.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/last.html b/site/docs/2.2.2/api/R/last.html
new file mode 100644
index 0000000..c59d82d
--- /dev/null
+++ b/site/docs/2.2.2/api/R/last.html
@@ -0,0 +1,87 @@
+<!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: last</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 last {SparkR}"><tr><td>last 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>last</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the last value in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+last(x, ...)
+
+## S4 method for signature 'characterOrColumn'
+last(x, na.rm = FALSE)
+</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>na.rm</code></td>
+<td>
+<p>a logical value indicating whether NA values should be stripped
+before the computation proceeds.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>The function by default returns the last values it sees. It will return the 
last non-missing
+value it sees when na.rm is set to true. If all values are missing, then NA is 
returned.
+</p>
+
+
+<h3>Note</h3>
+
+<p>last since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <code><a href="summarize.html">agg</a></code>, <code><a 
href="avg.html">avg</a></code>,
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a 
href="count.html">count</a></code>,
+<code><a href="first.html">first</a></code>, <code><a 
href="kurtosis.html">kurtosis</a></code>,
+<code><a href="max.html">max</a></code>, <code><a 
href="mean.html">mean</a></code>, <code><a href="min.html">min</a></code>,
+<code><a href="sd.html">sd</a></code>, <code><a 
href="skewness.html">skewness</a></code>,
+<code><a href="stddev_pop.html">stddev_pop</a></code>, <code><a 
href="stddev_samp.html">stddev_samp</a></code>,
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a 
href="sum.html">sum</a></code>,
+<code><a href="var_pop.html">var_pop</a></code>, <code><a 
href="var_samp.html">var_samp</a></code>,
+<code><a href="var.html">var</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D last(df$c)
+##D last(df$c, TRUE)
+## 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/lastProgress.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/lastProgress.html 
b/site/docs/2.2.2/api/R/lastProgress.html
new file mode 100644
index 0000000..5e5500e
--- /dev/null
+++ b/site/docs/2.2.2/api/R/lastProgress.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: lastProgress</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 lastProgress 
{SparkR}"><tr><td>lastProgress {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>lastProgress</h2>
+
+<h3>Description</h3>
+
+<p>Prints the most recent progess update of this streaming query in JSON 
format.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+lastProgress(x)
+
+## S4 method for signature 'StreamingQuery'
+lastProgress(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a StreamingQuery.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>lastProgress(StreamingQuery) since 2.2.0
+</p>
+<p>experimental
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other StreamingQuery methods: <code><a 
href="awaitTermination.html">awaitTermination</a></code>,
+<code><a href="explain.html">explain</a></code>, <code><a 
href="isActive.html">isActive</a></code>,
+<code><a href="queryName.html">queryName</a></code>, <code><a 
href="status.html">status</a></code>,
+<code><a href="stopQuery.html">stopQuery</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run:  lastProgress(sq) 
+</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/last_day.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/last_day.html 
b/site/docs/2.2.2/api/R/last_day.html
new file mode 100644
index 0000000..0171fc5
--- /dev/null
+++ b/site/docs/2.2.2/api/R/last_day.html
@@ -0,0 +1,74 @@
+<!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: last_day</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 last_day {SparkR}"><tr><td>last_day 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>last_day</h2>
+
+<h3>Description</h3>
+
+<p>Given a date column, returns the last day of the month which the given date 
belongs to.
+For example, input &quot;2015-07-27&quot; returns &quot;2015-07-31&quot; since 
July 31 is the last day of the
+month in July 2015.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+last_day(x)
+
+## S4 method for signature 'Column'
+last_day(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>last_day 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="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="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: last_day(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/lead.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/lead.html b/site/docs/2.2.2/api/R/lead.html
new file mode 100644
index 0000000..38f6006
--- /dev/null
+++ b/site/docs/2.2.2/api/R/lead.html
@@ -0,0 +1,90 @@
+<!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: lead</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 lead {SparkR}"><tr><td>lead 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>lead</h2>
+
+<h3>Description</h3>
+
+<p>Window function: returns the value that is <code>offset</code> rows after 
the current row, and
+<code>defaultValue</code> if there is less than <code>offset</code> rows after 
the current row.
+For example, an <code>offset</code> of one will return the next row at any 
given point
+in the window partition.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+lead(x, offset, defaultValue = NULL)
+
+## S4 method for signature 'characterOrColumn,numeric'
+lead(x, offset = 1,
+  defaultValue = NULL)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>the column as a character string or a Column to compute on.</p>
+</td></tr>
+<tr valign="top"><td><code>offset</code></td>
+<td>
+<p>the number of rows after the current row from which to obtain a value.
+If not specified, the default is 1.</p>
+</td></tr>
+<tr valign="top"><td><code>defaultValue</code></td>
+<td>
+<p>(optional) default to use when the offset row does not exist.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>This is equivalent to the <code>LEAD</code> function in SQL.
+</p>
+
+
+<h3>Note</h3>
+
+<p>lead 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="dense_rank.html">dense_rank</a></code>, <code><a 
href="lag.html">lag</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 
+##D   # Partition by am (transmission) and order by hp (horsepower)
+##D   ws &lt;- orderBy(windowPartitionBy(&quot;am&quot;), &quot;hp&quot;)
+##D 
+##D   # Lead mpg values by 1 row on the partition-and-ordered table
+##D   out &lt;- select(df, over(lead(df$mpg), ws), df$mpg, 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/least.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/least.html b/site/docs/2.2.2/api/R/least.html
new file mode 100644
index 0000000..f05249f
--- /dev/null
+++ b/site/docs/2.2.2/api/R/least.html
@@ -0,0 +1,73 @@
+<!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: least</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 least {SparkR}"><tr><td>least 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>least</h2>
+
+<h3>Description</h3>
+
+<p>Returns the least value of the list of column names, skipping null values.
+This function takes at least 2 parameters. It will return null if all 
parameters are null.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+least(x, ...)
+
+## S4 method for signature 'Column'
+least(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>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>other columns</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>least since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="abs.html">abs</a></code>,
+<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="from_json.html">from_json</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="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="to_json.html">to_json</a></code>, <code><a 
href="when.html">when</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: least(df$c, df$d)
+</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/length.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/length.html 
b/site/docs/2.2.2/api/R/length.html
new file mode 100644
index 0000000..20d9d43
--- /dev/null
+++ b/site/docs/2.2.2/api/R/length.html
@@ -0,0 +1,71 @@
+<!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: length</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 length {SparkR}"><tr><td>length 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>length</h2>
+
+<h3>Description</h3>
+
+<p>Computes the length of a given string or binary column.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+length(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>length since 1.5.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="decode.html">decode</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="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: length(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/levenshtein.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/levenshtein.html 
b/site/docs/2.2.2/api/R/levenshtein.html
new file mode 100644
index 0000000..11132aa
--- /dev/null
+++ b/site/docs/2.2.2/api/R/levenshtein.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: levenshtein</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 levenshtein 
{SparkR}"><tr><td>levenshtein {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>levenshtein</h2>
+
+<h3>Description</h3>
+
+<p>Computes the Levenshtein distance of the two given string columns.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+levenshtein(y, x)
+
+## S4 method for signature 'Column'
+levenshtein(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>Column to compute on.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>levenshtein since 1.5.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="decode.html">decode</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="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: levenshtein(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/limit.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/limit.html b/site/docs/2.2.2/api/R/limit.html
new file mode 100644
index 0000000..e9de584
--- /dev/null
+++ b/site/docs/2.2.2/api/R/limit.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: Limit</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 limit {SparkR}"><tr><td>limit 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Limit</h2>
+
+<h3>Description</h3>
+
+<p>Limit the resulting SparkDataFrame to the number of rows specified.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+limit(x, num)
+
+## S4 method for signature 'SparkDataFrame,numeric'
+limit(x, num)
+</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>num</code></td>
+<td>
+<p>The number of rows to return</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A new SparkDataFrame containing the number of rows specified.
+</p>
+
+
+<h3>Note</h3>
+
+<p>limit 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="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="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 limitedDF &lt;- limit(df, 10)
+## 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/listColumns.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/listColumns.html 
b/site/docs/2.2.2/api/R/listColumns.html
new file mode 100644
index 0000000..ea76e53
--- /dev/null
+++ b/site/docs/2.2.2/api/R/listColumns.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: Returns a list of columns 
for the given table/view 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 listColumns 
{SparkR}"><tr><td>listColumns {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Returns a list of columns for the given table/view in the specified 
database</h2>
+
+<h3>Description</h3>
+
+<p>Returns a list of columns for the given table/view in the specified 
database.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+listColumns(tableName, databaseName = NULL)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>tableName</code></td>
+<td>
+<p>the qualified or unqualified name that designates a table/view. If no 
database
+identifier is provided, it refers to a table/view in the current database.
+If <code>databaseName</code> parameter is specified, this must be an 
unqualified name.</p>
+</td></tr>
+<tr valign="top"><td><code>databaseName</code></td>
+<td>
+<p>(optional) name of the database</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>a SparkDataFrame of the list of column descriptions.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.2.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D listColumns(&quot;mytable&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/listDatabases.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/listDatabases.html 
b/site/docs/2.2.2/api/R/listDatabases.html
new file mode 100644
index 0000000..0045144
--- /dev/null
+++ b/site/docs/2.2.2/api/R/listDatabases.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 a list of 
databases available</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 listDatabases 
{SparkR}"><tr><td>listDatabases {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Returns a list of databases available</h2>
+
+<h3>Description</h3>
+
+<p>Returns a list of databases available.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+listDatabases()
+</pre>
+
+
+<h3>Value</h3>
+
+<p>a SparkDataFrame of the list of databases.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.2.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D listDatabases()
+## 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/listFunctions.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/listFunctions.html 
b/site/docs/2.2.2/api/R/listFunctions.html
new file mode 100644
index 0000000..96ba1e5
--- /dev/null
+++ b/site/docs/2.2.2/api/R/listFunctions.html
@@ -0,0 +1,61 @@
+<!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 a list of 
functions registered in the specified...</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 listFunctions 
{SparkR}"><tr><td>listFunctions {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Returns a list of functions registered in the specified database</h2>
+
+<h3>Description</h3>
+
+<p>Returns a list of functions registered in the specified database.
+This includes all temporary functions.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+listFunctions(databaseName = NULL)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>databaseName</code></td>
+<td>
+<p>(optional) name of the database</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>a SparkDataFrame of the list of function descriptions.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.2.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D listFunctions()
+## 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/listTables.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/listTables.html 
b/site/docs/2.2.2/api/R/listTables.html
new file mode 100644
index 0000000..8900e25
--- /dev/null
+++ b/site/docs/2.2.2/api/R/listTables.html
@@ -0,0 +1,68 @@
+<!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 a list of tables 
or views in the specified 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 listTables {SparkR}"><tr><td>listTables 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Returns a list of tables or views in the specified database</h2>
+
+<h3>Description</h3>
+
+<p>Returns a list of tables or views in the specified database.
+This includes all temporary views.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+listTables(databaseName = NULL)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>databaseName</code></td>
+<td>
+<p>(optional) name of the database</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>a SparkDataFrame of the list of tables.
+</p>
+
+
+<h3>Note</h3>
+
+<p>since 2.2.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="tables.html">tables</a>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sparkR.session()
+##D listTables()
+##D listTables(&quot;default&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/lit.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/lit.html b/site/docs/2.2.2/api/R/lit.html
new file mode 100644
index 0000000..d308c72
--- /dev/null
+++ b/site/docs/2.2.2/api/R/lit.html
@@ -0,0 +1,73 @@
+<!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: lit</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 lit {SparkR}"><tr><td>lit 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>lit</h2>
+
+<h3>Description</h3>
+
+<p>A new <a href="column.html">Column</a> is created to represent the literal 
value.
+If the parameter is a <a href="column.html">Column</a>, it is returned 
unchanged.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+lit(x)
+
+## S4 method for signature 'ANY'
+lit(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a literal value or a Column.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>lit since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="abs.html">abs</a></code>,
+<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="from_json.html">from_json</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="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="to_json.html">to_json</a></code>, <code><a 
href="when.html">when</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D lit(df$name)
+##D select(df, lit(&quot;x&quot;))
+##D select(df, lit(&quot;2015-01-01&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/locate.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/locate.html 
b/site/docs/2.2.2/api/R/locate.html
new file mode 100644
index 0000000..cb78c6f
--- /dev/null
+++ b/site/docs/2.2.2/api/R/locate.html
@@ -0,0 +1,92 @@
+<!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: locate</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 locate {SparkR}"><tr><td>locate 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>locate</h2>
+
+<h3>Description</h3>
+
+<p>Locate the position of the first occurrence of substr.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+locate(substr, str, ...)
+
+## S4 method for signature 'character,Column'
+locate(substr, str, pos = 1)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>substr</code></td>
+<td>
+<p>a character string to be matched.</p>
+</td></tr>
+<tr valign="top"><td><code>str</code></td>
+<td>
+<p>a Column where matches are sought for each entry.</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>pos</code></td>
+<td>
+<p>start position of search.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>Note: The position is not zero based, but 1 based index. Returns 0 if substr
+could not be found in str.
+</p>
+
+
+<h3>Note</h3>
+
+<p>locate since 1.5.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="decode.html">decode</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="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: locate(&#39;b&#39;, df$c, 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/log.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/log.html b/site/docs/2.2.2/api/R/log.html
new file mode 100644
index 0000000..f0dfa35
--- /dev/null
+++ b/site/docs/2.2.2/api/R/log.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: log</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 log {SparkR}"><tr><td>log 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>log</h2>
+
+<h3>Description</h3>
+
+<p>Computes the natural logarithm of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+log(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>log since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>, <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="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: log(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/log10.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.2/api/R/log10.html b/site/docs/2.2.2/api/R/log10.html
new file mode 100644
index 0000000..41ee6f4
--- /dev/null
+++ b/site/docs/2.2.2/api/R/log10.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: log10</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 log10 {SparkR}"><tr><td>log10 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>log10</h2>
+
+<h3>Description</h3>
+
+<p>Computes the logarithm of the given value in base 10.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+log10(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>log10 since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>, <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="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: log10(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>


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

Reply via email to