You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2017/07/11 22:36:23 UTC

[18/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/to_json.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/to_json.html b/site/docs/2.2.0/api/R/to_json.html
new file mode 100644
index 0000000..77fa20d
--- /dev/null
+++ b/site/docs/2.2.0/api/R/to_json.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: to_json</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 to_json {SparkR}"><tr><td>to_json {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>to_json</h2>
+
+<h3>Description</h3>
+
+<p>Converts a column containing a <code>structType</code> or array of <code>structType</code> into a Column
+of JSON string. Resolving the Column can fail if an unsupported type is encountered.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+to_json(x, ...)
+
+to_json(x, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Column containing the struct or array of the structs</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>additional named properties to control how it is converted, accepts the same options
+as the JSON data source.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>to_json since 2.2.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="column.html">Column-class</a></code>,
+<code><a href="column.html">column</a></code>, <code><a href="column.html">column</a></code>,
+<code><a href="column.html">column</a></code>,
+<code><a href="column.html">column,character-method</a></code>,
+<code><a href="column.html">column,jobj-method</a></code>; <code><a href="abs.html">abs</a></code>,
+<code><a href="abs.html">abs,Column-method</a></code>;
+<code><a href="bitwiseNOT.html">bitwiseNOT</a></code>, <code><a href="bitwiseNOT.html">bitwiseNOT</a></code>,
+<code><a href="bitwiseNOT.html">bitwiseNOT,Column-method</a></code>;
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="coalesce.html">coalesce</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>,
+<code><a href="coalesce.html">coalesce,Column-method</a></code>,
+<code><a href="coalesce.html">coalesce,SparkDataFrame-method</a></code>;
+<code><a href="expr.html">expr</a></code>, <code><a href="expr.html">expr</a></code>,
+<code><a href="expr.html">expr,character-method</a></code>;
+<code><a href="from_json.html">from_json</a></code>, <code><a href="from_json.html">from_json</a></code>,
+<code><a href="from_json.html">from_json,Column,structType-method</a></code>;
+<code><a href="greatest.html">greatest</a></code>, <code><a href="greatest.html">greatest</a></code>,
+<code><a href="greatest.html">greatest,Column-method</a></code>;
+<code><a href="ifelse.html">ifelse</a></code>, <code><a href="ifelse.html">ifelse,Column-method</a></code>;
+<code><a href="is.nan.html">is.nan</a></code>, <code><a href="is.nan.html">is.nan,Column-method</a></code>,
+<code><a href="is.nan.html">isnan</a></code>, <code><a href="is.nan.html">isnan</a></code>,
+<code><a href="is.nan.html">isnan,Column-method</a></code>; <code><a href="least.html">least</a></code>,
+<code><a href="least.html">least</a></code>, <code><a href="least.html">least,Column-method</a></code>;
+<code><a href="lit.html">lit</a></code>, <code><a href="lit.html">lit</a></code>,
+<code><a href="lit.html">lit,ANY-method</a></code>; <code><a href="nanvl.html">nanvl</a></code>,
+<code><a href="nanvl.html">nanvl</a></code>, <code><a href="nanvl.html">nanvl,Column-method</a></code>;
+<code><a href="negate.html">negate</a></code>, <code><a href="negate.html">negate</a></code>,
+<code><a href="negate.html">negate,Column-method</a></code>; <code><a href="randn.html">randn</a></code>,
+<code><a href="randn.html">randn</a></code>, <code><a href="randn.html">randn</a></code>,
+<code><a href="randn.html">randn,missing-method</a></code>,
+<code><a href="randn.html">randn,numeric-method</a></code>; <code><a href="rand.html">rand</a></code>,
+<code><a href="rand.html">rand</a></code>, <code><a href="rand.html">rand</a></code>,
+<code><a href="rand.html">rand,missing-method</a></code>,
+<code><a href="rand.html">rand,numeric-method</a></code>; <code><a href="struct.html">struct</a></code>,
+<code><a href="struct.html">struct</a></code>,
+<code><a href="struct.html">struct,characterOrColumn-method</a></code>;
+<code><a href="when.html">when</a></code>, <code><a href="when.html">when</a></code>,
+<code><a href="when.html">when,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D # Converts a struct into a JSON object
+##D df &lt;- sql(&quot;SELECT named_struct(&#39;date&#39;, cast(&#39;2000-01-01&#39; as date)) as d&quot;)
+##D select(df, to_json(df$d, dateFormat = &#39;dd/MM/yyyy&#39;))
+##D 
+##D # Converts an array of structs into a JSON array
+##D df &lt;- sql(&quot;SELECT array(named_struct(&#39;name&#39;, &#39;Bob&#39;), named_struct(&#39;name&#39;, &#39;Alice&#39;)) as people&quot;)
+##D select(df, to_json(df$people))
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/to_timestamp.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/to_timestamp.html b/site/docs/2.2.0/api/R/to_timestamp.html
new file mode 100644
index 0000000..6b76614
--- /dev/null
+++ b/site/docs/2.2.0/api/R/to_timestamp.html
@@ -0,0 +1,190 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: to_timestamp</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 to_timestamp {SparkR}"><tr><td>to_timestamp {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>to_timestamp</h2>
+
+<h3>Description</h3>
+
+<p>Converts the column into a TimestampType. You may optionally specify a format
+according to the rules in:
+<a href="http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html">http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html</a>.
+If the string cannot be parsed according to the specified format (or default),
+the value of the column will be null.
+The default format is 'yyyy-MM-dd HH:mm:ss'.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,missing'
+to_timestamp(x, format)
+
+## S4 method for signature 'Column,character'
+to_timestamp(x, format)
+
+to_timestamp(x, format)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>Column to parse.</p>
+</td></tr>
+<tr valign="top"><td><code>format</code></td>
+<td>
+<p>string to use to parse x Column to DateType. (optional)</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>to_timestamp(Column) since 2.2.0
+</p>
+<p>to_timestamp(Column, character) since 2.2.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months,Column,numeric-method</a></code>;
+<code><a href="date_add.html">date_add</a></code>, <code><a href="date_add.html">date_add</a></code>,
+<code><a href="date_add.html">date_add,Column,numeric-method</a></code>;
+<code><a href="date_format.html">date_format</a></code>, <code><a href="date_format.html">date_format</a></code>,
+<code><a href="date_format.html">date_format,Column,character-method</a></code>;
+<code><a href="date_sub.html">date_sub</a></code>, <code><a href="date_sub.html">date_sub</a></code>,
+<code><a href="date_sub.html">date_sub,Column,numeric-method</a></code>;
+<code><a href="datediff.html">datediff</a></code>, <code><a href="datediff.html">datediff</a></code>,
+<code><a href="datediff.html">datediff,Column-method</a></code>;
+<code><a href="dayofmonth.html">dayofmonth</a></code>, <code><a href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofmonth.html">dayofmonth,Column-method</a></code>;
+<code><a href="dayofyear.html">dayofyear</a></code>, <code><a href="dayofyear.html">dayofyear</a></code>,
+<code><a href="dayofyear.html">dayofyear,Column-method</a></code>;
+<code><a href="from_unixtime.html">from_unixtime</a></code>, <code><a href="from_unixtime.html">from_unixtime</a></code>,
+<code><a href="from_unixtime.html">from_unixtime,Column-method</a></code>;
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp,Column,character-method</a></code>;
+<code><a href="hour.html">hour</a></code>, <code><a href="hour.html">hour</a></code>,
+<code><a href="hour.html">hour,Column-method</a></code>; <code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day,Column-method</a></code>;
+<code><a href="minute.html">minute</a></code>, <code><a href="minute.html">minute</a></code>,
+<code><a href="minute.html">minute,Column-method</a></code>;
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between,Column-method</a></code>;
+<code><a href="month.html">month</a></code>, <code><a href="month.html">month</a></code>,
+<code><a href="month.html">month,Column-method</a></code>;
+<code><a href="next_day.html">next_day</a></code>, <code><a href="next_day.html">next_day</a></code>,
+<code><a href="next_day.html">next_day,Column,character-method</a></code>;
+<code><a href="quarter.html">quarter</a></code>, <code><a href="quarter.html">quarter</a></code>,
+<code><a href="quarter.html">quarter,Column-method</a></code>;
+<code><a href="second.html">second</a></code>, <code><a href="second.html">second</a></code>,
+<code><a href="second.html">second,Column-method</a></code>;
+<code><a href="to_date.html">to_date</a></code>, <code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date,Column,character-method</a></code>,
+<code><a href="to_date.html">to_date,Column,missing-method</a></code>;
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp,Column,character-method</a></code>;
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,character-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,missing-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,missing,missing-method</a></code>;
+<code><a href="weekofyear.html">weekofyear</a></code>, <code><a href="weekofyear.html">weekofyear</a></code>,
+<code><a href="weekofyear.html">weekofyear,Column-method</a></code>;
+<code><a href="window.html">window</a></code>, <code><a href="window.html">window</a></code>,
+<code><a href="window.html">window,Column-method</a></code>; <code><a href="year.html">year</a></code>,
+<code><a href="year.html">year</a></code>, <code><a href="year.html">year,Column-method</a></code>
+</p>
+<p>Other datetime_funcs: <code><a href="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months,Column,numeric-method</a></code>;
+<code><a href="date_add.html">date_add</a></code>, <code><a href="date_add.html">date_add</a></code>,
+<code><a href="date_add.html">date_add,Column,numeric-method</a></code>;
+<code><a href="date_format.html">date_format</a></code>, <code><a href="date_format.html">date_format</a></code>,
+<code><a href="date_format.html">date_format,Column,character-method</a></code>;
+<code><a href="date_sub.html">date_sub</a></code>, <code><a href="date_sub.html">date_sub</a></code>,
+<code><a href="date_sub.html">date_sub,Column,numeric-method</a></code>;
+<code><a href="datediff.html">datediff</a></code>, <code><a href="datediff.html">datediff</a></code>,
+<code><a href="datediff.html">datediff,Column-method</a></code>;
+<code><a href="dayofmonth.html">dayofmonth</a></code>, <code><a href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofmonth.html">dayofmonth,Column-method</a></code>;
+<code><a href="dayofyear.html">dayofyear</a></code>, <code><a href="dayofyear.html">dayofyear</a></code>,
+<code><a href="dayofyear.html">dayofyear,Column-method</a></code>;
+<code><a href="from_unixtime.html">from_unixtime</a></code>, <code><a href="from_unixtime.html">from_unixtime</a></code>,
+<code><a href="from_unixtime.html">from_unixtime,Column-method</a></code>;
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp,Column,character-method</a></code>;
+<code><a href="hour.html">hour</a></code>, <code><a href="hour.html">hour</a></code>,
+<code><a href="hour.html">hour,Column-method</a></code>; <code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day,Column-method</a></code>;
+<code><a href="minute.html">minute</a></code>, <code><a href="minute.html">minute</a></code>,
+<code><a href="minute.html">minute,Column-method</a></code>;
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between,Column-method</a></code>;
+<code><a href="month.html">month</a></code>, <code><a href="month.html">month</a></code>,
+<code><a href="month.html">month,Column-method</a></code>;
+<code><a href="next_day.html">next_day</a></code>, <code><a href="next_day.html">next_day</a></code>,
+<code><a href="next_day.html">next_day,Column,character-method</a></code>;
+<code><a href="quarter.html">quarter</a></code>, <code><a href="quarter.html">quarter</a></code>,
+<code><a href="quarter.html">quarter,Column-method</a></code>;
+<code><a href="second.html">second</a></code>, <code><a href="second.html">second</a></code>,
+<code><a href="second.html">second,Column-method</a></code>;
+<code><a href="to_date.html">to_date</a></code>, <code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date,Column,character-method</a></code>,
+<code><a href="to_date.html">to_date,Column,missing-method</a></code>;
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp,Column,character-method</a></code>;
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,character-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,missing-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,missing,missing-method</a></code>;
+<code><a href="weekofyear.html">weekofyear</a></code>, <code><a href="weekofyear.html">weekofyear</a></code>,
+<code><a href="weekofyear.html">weekofyear,Column-method</a></code>;
+<code><a href="window.html">window</a></code>, <code><a href="window.html">window</a></code>,
+<code><a href="window.html">window,Column-method</a></code>; <code><a href="year.html">year</a></code>,
+<code><a href="year.html">year</a></code>, <code><a href="year.html">year,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D to_timestamp(df$c)
+##D to_timestamp(df$c, &#39;yyyy-MM-dd&#39;)
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/to_utc_timestamp.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/to_utc_timestamp.html b/site/docs/2.2.0/api/R/to_utc_timestamp.html
new file mode 100644
index 0000000..4ae12cb
--- /dev/null
+++ b/site/docs/2.2.0/api/R/to_utc_timestamp.html
@@ -0,0 +1,122 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: to_utc_timestamp</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 to_utc_timestamp {SparkR}"><tr><td>to_utc_timestamp {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>to_utc_timestamp</h2>
+
+<h3>Description</h3>
+
+<p>Given a timestamp, which corresponds to a certain time of day in the given timezone, returns
+another timestamp that corresponds to the same time of day in UTC.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,character'
+to_utc_timestamp(y, x)
+
+to_utc_timestamp(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>timezone to use</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>to_utc_timestamp 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="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months,Column,numeric-method</a></code>;
+<code><a href="date_add.html">date_add</a></code>, <code><a href="date_add.html">date_add</a></code>,
+<code><a href="date_add.html">date_add,Column,numeric-method</a></code>;
+<code><a href="date_format.html">date_format</a></code>, <code><a href="date_format.html">date_format</a></code>,
+<code><a href="date_format.html">date_format,Column,character-method</a></code>;
+<code><a href="date_sub.html">date_sub</a></code>, <code><a href="date_sub.html">date_sub</a></code>,
+<code><a href="date_sub.html">date_sub,Column,numeric-method</a></code>;
+<code><a href="datediff.html">datediff</a></code>, <code><a href="datediff.html">datediff</a></code>,
+<code><a href="datediff.html">datediff,Column-method</a></code>;
+<code><a href="dayofmonth.html">dayofmonth</a></code>, <code><a href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofmonth.html">dayofmonth,Column-method</a></code>;
+<code><a href="dayofyear.html">dayofyear</a></code>, <code><a href="dayofyear.html">dayofyear</a></code>,
+<code><a href="dayofyear.html">dayofyear,Column-method</a></code>;
+<code><a href="from_unixtime.html">from_unixtime</a></code>, <code><a href="from_unixtime.html">from_unixtime</a></code>,
+<code><a href="from_unixtime.html">from_unixtime,Column-method</a></code>;
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp,Column,character-method</a></code>;
+<code><a href="hour.html">hour</a></code>, <code><a href="hour.html">hour</a></code>,
+<code><a href="hour.html">hour,Column-method</a></code>; <code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day,Column-method</a></code>;
+<code><a href="minute.html">minute</a></code>, <code><a href="minute.html">minute</a></code>,
+<code><a href="minute.html">minute,Column-method</a></code>;
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between,Column-method</a></code>;
+<code><a href="month.html">month</a></code>, <code><a href="month.html">month</a></code>,
+<code><a href="month.html">month,Column-method</a></code>;
+<code><a href="next_day.html">next_day</a></code>, <code><a href="next_day.html">next_day</a></code>,
+<code><a href="next_day.html">next_day,Column,character-method</a></code>;
+<code><a href="quarter.html">quarter</a></code>, <code><a href="quarter.html">quarter</a></code>,
+<code><a href="quarter.html">quarter,Column-method</a></code>;
+<code><a href="second.html">second</a></code>, <code><a href="second.html">second</a></code>,
+<code><a href="second.html">second,Column-method</a></code>;
+<code><a href="to_date.html">to_date</a></code>, <code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date,Column,character-method</a></code>,
+<code><a href="to_date.html">to_date,Column,missing-method</a></code>;
+<code><a href="to_timestamp.html">to_timestamp</a></code>, <code><a href="to_timestamp.html">to_timestamp</a></code>,
+<code><a href="to_timestamp.html">to_timestamp</a></code>,
+<code><a href="to_timestamp.html">to_timestamp,Column,character-method</a></code>,
+<code><a href="to_timestamp.html">to_timestamp,Column,missing-method</a></code>;
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,character-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,Column,missing-method</a></code>,
+<code><a href="unix_timestamp.html">unix_timestamp,missing,missing-method</a></code>;
+<code><a href="weekofyear.html">weekofyear</a></code>, <code><a href="weekofyear.html">weekofyear</a></code>,
+<code><a href="weekofyear.html">weekofyear,Column-method</a></code>;
+<code><a href="window.html">window</a></code>, <code><a href="window.html">window</a></code>,
+<code><a href="window.html">window,Column-method</a></code>; <code><a href="year.html">year</a></code>,
+<code><a href="year.html">year</a></code>, <code><a href="year.html">year,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: to_utc_timestamp(df$t, &#39;PST&#39;)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/translate.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/translate.html b/site/docs/2.2.0/api/R/translate.html
new file mode 100644
index 0000000..4fcc8d9
--- /dev/null
+++ b/site/docs/2.2.0/api/R/translate.html
@@ -0,0 +1,128 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: translate</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 translate {SparkR}"><tr><td>translate {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>translate</h2>
+
+<h3>Description</h3>
+
+<p>Translate any character in the src by a character in replaceString.
+The characters in replaceString is corresponding to the characters in matchingString.
+The translate will happen when any character in the string matching with the character
+in the matchingString.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,character,character'
+translate(x, matchingString,
+  replaceString)
+
+translate(x, matchingString, replaceString)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a string Column.</p>
+</td></tr>
+<tr valign="top"><td><code>matchingString</code></td>
+<td>
+<p>a source string where each character will be translated.</p>
+</td></tr>
+<tr valign="top"><td><code>replaceString</code></td>
+<td>
+<p>a target string where each <code>matchingString</code> character will
+be replaced by the character in <code>replaceString</code>
+at the same location, if any.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>translate since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other string_funcs: <code><a href="ascii.html">ascii</a></code>,
+<code><a href="ascii.html">ascii</a></code>, <code><a href="ascii.html">ascii,Column-method</a></code>;
+<code><a href="base64.html">base64</a></code>, <code><a href="base64.html">base64</a></code>,
+<code><a href="base64.html">base64,Column-method</a></code>;
+<code><a href="concat_ws.html">concat_ws</a></code>, <code><a href="concat_ws.html">concat_ws</a></code>,
+<code><a href="concat_ws.html">concat_ws,character,Column-method</a></code>;
+<code><a href="concat.html">concat</a></code>, <code><a href="concat.html">concat</a></code>,
+<code><a href="concat.html">concat,Column-method</a></code>; <code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode,Column,character-method</a></code>;
+<code><a href="encode.html">encode</a></code>, <code><a href="encode.html">encode</a></code>,
+<code><a href="encode.html">encode,Column,character-method</a></code>;
+<code><a href="format_number.html">format_number</a></code>, <code><a href="format_number.html">format_number</a></code>,
+<code><a href="format_number.html">format_number,Column,numeric-method</a></code>;
+<code><a href="format_string.html">format_string</a></code>, <code><a href="format_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string,character,Column-method</a></code>;
+<code><a href="initcap.html">initcap</a></code>, <code><a href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap,Column-method</a></code>; <code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr,Column,character-method</a></code>;
+<code><a href="length.html">length</a></code>, <code><a href="length.html">length,Column-method</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a href="levenshtein.html">levenshtein</a></code>,
+<code><a href="levenshtein.html">levenshtein,Column-method</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a href="locate.html">locate</a></code>,
+<code><a href="locate.html">locate,character,Column-method</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a href="lower.html">lower</a></code>,
+<code><a href="lower.html">lower,Column-method</a></code>; <code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad,Column,numeric,character-method</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a href="ltrim.html">ltrim</a></code>,
+<code><a href="ltrim.html">ltrim,Column-method</a></code>;
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract,Column,character,numeric-method</a></code>;
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace,Column,character,character-method</a></code>;
+<code><a href="reverse.html">reverse</a></code>, <code><a href="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse,Column-method</a></code>; <code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad,Column,numeric,character-method</a></code>;
+<code><a href="rtrim.html">rtrim</a></code>, <code><a href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim,Column-method</a></code>; <code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex,Column-method</a></code>;
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index,Column,character,numeric-method</a></code>;
+<code><a href="trim.html">trim</a></code>, <code><a href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim,Column-method</a></code>; <code><a href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64,Column-method</a></code>;
+<code><a href="upper.html">upper</a></code>, <code><a href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: translate(df$c, &#39;rnlt&#39;, &#39;123&#39;)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/trim.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/trim.html b/site/docs/2.2.0/api/R/trim.html
new file mode 100644
index 0000000..fa42bb6
--- /dev/null
+++ b/site/docs/2.2.0/api/R/trim.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: trim</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 trim {SparkR}"><tr><td>trim {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>trim</h2>
+
+<h3>Description</h3>
+
+<p>Trim the spaces from both ends for the specified string column.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+trim(x)
+
+trim(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>trim since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other string_funcs: <code><a href="ascii.html">ascii</a></code>,
+<code><a href="ascii.html">ascii</a></code>, <code><a href="ascii.html">ascii,Column-method</a></code>;
+<code><a href="base64.html">base64</a></code>, <code><a href="base64.html">base64</a></code>,
+<code><a href="base64.html">base64,Column-method</a></code>;
+<code><a href="concat_ws.html">concat_ws</a></code>, <code><a href="concat_ws.html">concat_ws</a></code>,
+<code><a href="concat_ws.html">concat_ws,character,Column-method</a></code>;
+<code><a href="concat.html">concat</a></code>, <code><a href="concat.html">concat</a></code>,
+<code><a href="concat.html">concat,Column-method</a></code>; <code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode,Column,character-method</a></code>;
+<code><a href="encode.html">encode</a></code>, <code><a href="encode.html">encode</a></code>,
+<code><a href="encode.html">encode,Column,character-method</a></code>;
+<code><a href="format_number.html">format_number</a></code>, <code><a href="format_number.html">format_number</a></code>,
+<code><a href="format_number.html">format_number,Column,numeric-method</a></code>;
+<code><a href="format_string.html">format_string</a></code>, <code><a href="format_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string,character,Column-method</a></code>;
+<code><a href="initcap.html">initcap</a></code>, <code><a href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap,Column-method</a></code>; <code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr,Column,character-method</a></code>;
+<code><a href="length.html">length</a></code>, <code><a href="length.html">length,Column-method</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a href="levenshtein.html">levenshtein</a></code>,
+<code><a href="levenshtein.html">levenshtein,Column-method</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a href="locate.html">locate</a></code>,
+<code><a href="locate.html">locate,character,Column-method</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a href="lower.html">lower</a></code>,
+<code><a href="lower.html">lower,Column-method</a></code>; <code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad,Column,numeric,character-method</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a href="ltrim.html">ltrim</a></code>,
+<code><a href="ltrim.html">ltrim,Column-method</a></code>;
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract,Column,character,numeric-method</a></code>;
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace,Column,character,character-method</a></code>;
+<code><a href="reverse.html">reverse</a></code>, <code><a href="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse,Column-method</a></code>; <code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad,Column,numeric,character-method</a></code>;
+<code><a href="rtrim.html">rtrim</a></code>, <code><a href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim,Column-method</a></code>; <code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex,Column-method</a></code>;
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index,Column,character,numeric-method</a></code>;
+<code><a href="translate.html">translate</a></code>, <code><a href="translate.html">translate</a></code>,
+<code><a href="translate.html">translate,Column,character,character-method</a></code>;
+<code><a href="unbase64.html">unbase64</a></code>, <code><a href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64,Column-method</a></code>;
+<code><a href="upper.html">upper</a></code>, <code><a href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: trim(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/unbase64.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/unbase64.html b/site/docs/2.2.0/api/R/unbase64.html
new file mode 100644
index 0000000..a143111
--- /dev/null
+++ b/site/docs/2.2.0/api/R/unbase64.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: unbase64</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 unbase64 {SparkR}"><tr><td>unbase64 {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>unbase64</h2>
+
+<h3>Description</h3>
+
+<p>Decodes a BASE64 encoded string column and returns it as a binary column.
+This is the reverse of base64.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+unbase64(x)
+
+unbase64(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>unbase64 since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other string_funcs: <code><a href="ascii.html">ascii</a></code>,
+<code><a href="ascii.html">ascii</a></code>, <code><a href="ascii.html">ascii,Column-method</a></code>;
+<code><a href="base64.html">base64</a></code>, <code><a href="base64.html">base64</a></code>,
+<code><a href="base64.html">base64,Column-method</a></code>;
+<code><a href="concat_ws.html">concat_ws</a></code>, <code><a href="concat_ws.html">concat_ws</a></code>,
+<code><a href="concat_ws.html">concat_ws,character,Column-method</a></code>;
+<code><a href="concat.html">concat</a></code>, <code><a href="concat.html">concat</a></code>,
+<code><a href="concat.html">concat,Column-method</a></code>; <code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode</a></code>,
+<code><a href="decode.html">decode,Column,character-method</a></code>;
+<code><a href="encode.html">encode</a></code>, <code><a href="encode.html">encode</a></code>,
+<code><a href="encode.html">encode,Column,character-method</a></code>;
+<code><a href="format_number.html">format_number</a></code>, <code><a href="format_number.html">format_number</a></code>,
+<code><a href="format_number.html">format_number,Column,numeric-method</a></code>;
+<code><a href="format_string.html">format_string</a></code>, <code><a href="format_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string,character,Column-method</a></code>;
+<code><a href="initcap.html">initcap</a></code>, <code><a href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap,Column-method</a></code>; <code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr,Column,character-method</a></code>;
+<code><a href="length.html">length</a></code>, <code><a href="length.html">length,Column-method</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a href="levenshtein.html">levenshtein</a></code>,
+<code><a href="levenshtein.html">levenshtein,Column-method</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a href="locate.html">locate</a></code>,
+<code><a href="locate.html">locate,character,Column-method</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a href="lower.html">lower</a></code>,
+<code><a href="lower.html">lower,Column-method</a></code>; <code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad</a></code>,
+<code><a href="lpad.html">lpad,Column,numeric,character-method</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a href="ltrim.html">ltrim</a></code>,
+<code><a href="ltrim.html">ltrim,Column-method</a></code>;
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract</a></code>,
+<code><a href="regexp_extract.html">regexp_extract,Column,character,numeric-method</a></code>;
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace,Column,character,character-method</a></code>;
+<code><a href="reverse.html">reverse</a></code>, <code><a href="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse,Column-method</a></code>; <code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad,Column,numeric,character-method</a></code>;
+<code><a href="rtrim.html">rtrim</a></code>, <code><a href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim,Column-method</a></code>; <code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex,Column-method</a></code>;
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index</a></code>,
+<code><a href="substring_index.html">substring_index,Column,character,numeric-method</a></code>;
+<code><a href="translate.html">translate</a></code>, <code><a href="translate.html">translate</a></code>,
+<code><a href="translate.html">translate,Column,character,character-method</a></code>;
+<code><a href="trim.html">trim</a></code>, <code><a href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim,Column-method</a></code>; <code><a href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>, <code><a href="upper.html">upper,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: unbase64(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/uncacheTable.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/uncacheTable.html b/site/docs/2.2.0/api/R/uncacheTable.html
new file mode 100644
index 0000000..ed7b67c
--- /dev/null
+++ b/site/docs/2.2.0/api/R/uncacheTable.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: Uncache 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 uncacheTable {SparkR}"><tr><td>uncacheTable {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>Uncache Table</h2>
+
+<h3>Description</h3>
+
+<p>Removes the specified table from the in-memory cache.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## Default S3 method:
+uncacheTable(tableName)
+</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. If no database
+identifier is provided, it refers to a table in the current database.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>SparkDataFrame
+</p>
+
+
+<h3>Note</h3>
+
+<p>uncacheTable since 1.4.0
+</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 createOrReplaceTempView(df, &quot;table&quot;)
+##D uncacheTable(&quot;table&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/unhex.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/unhex.html b/site/docs/2.2.0/api/R/unhex.html
new file mode 100644
index 0000000..a3a8115
--- /dev/null
+++ b/site/docs/2.2.0/api/R/unhex.html
@@ -0,0 +1,122 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: unhex</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 unhex {SparkR}"><tr><td>unhex {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>unhex</h2>
+
+<h3>Description</h3>
+
+<p>Inverse of hex. Interprets each pair of characters as a hexadecimal number
+and converts to the byte representation of number.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+unhex(x)
+
+unhex(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>unhex since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>,
+<code><a href="acos.html">acos,Column-method</a></code>; <code><a href="asin.html">asin</a></code>,
+<code><a href="asin.html">asin,Column-method</a></code>; <code><a href="atan2.html">atan2</a></code>,
+<code><a href="atan2.html">atan2,Column-method</a></code>; <code><a href="atan.html">atan</a></code>,
+<code><a href="atan.html">atan,Column-method</a></code>; <code><a href="bin.html">bin</a></code>,
+<code><a href="bin.html">bin</a></code>, <code><a href="bin.html">bin,Column-method</a></code>;
+<code><a href="bround.html">bround</a></code>, <code><a href="bround.html">bround</a></code>,
+<code><a href="bround.html">bround,Column-method</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>, <code><a href="cbrt.html">cbrt,Column-method</a></code>;
+<code><a href="ceil.html">ceil</a></code>, <code><a href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil,Column-method</a></code>, <code><a href="ceil.html">ceiling</a></code>,
+<code><a href="ceil.html">ceiling,Column-method</a></code>; <code><a href="conv.html">conv</a></code>,
+<code><a href="conv.html">conv</a></code>,
+<code><a href="conv.html">conv,Column,numeric,numeric-method</a></code>;
+<code><a href="corr.html">corr</a></code>, <code><a href="corr.html">corr</a></code>,
+<code><a href="corr.html">corr</a></code>, <code><a href="corr.html">corr,Column-method</a></code>,
+<code><a href="corr.html">corr,SparkDataFrame-method</a></code>;
+<code><a href="cosh.html">cosh</a></code>, <code><a href="cosh.html">cosh,Column-method</a></code>;
+<code><a href="cos.html">cos</a></code>, <code><a href="cos.html">cos,Column-method</a></code>;
+<code><a href="covar_pop.html">covar_pop</a></code>, <code><a href="covar_pop.html">covar_pop</a></code>,
+<code><a href="covar_pop.html">covar_pop,characterOrColumn,characterOrColumn-method</a></code>;
+<code><a href="cov.html">cov</a></code>, <code><a href="cov.html">cov</a></code>, <code><a href="cov.html">cov</a></code>,
+<code><a href="cov.html">cov,SparkDataFrame-method</a></code>,
+<code><a href="cov.html">cov,characterOrColumn-method</a></code>,
+<code><a href="cov.html">covar_samp</a></code>, <code><a href="cov.html">covar_samp</a></code>,
+<code><a href="cov.html">covar_samp,characterOrColumn,characterOrColumn-method</a></code>;
+<code><a href="expm1.html">expm1</a></code>, <code><a href="expm1.html">expm1,Column-method</a></code>;
+<code><a href="exp.html">exp</a></code>, <code><a href="exp.html">exp,Column-method</a></code>;
+<code><a href="factorial.html">factorial</a></code>,
+<code><a href="factorial.html">factorial,Column-method</a></code>;
+<code><a href="floor.html">floor</a></code>, <code><a href="floor.html">floor,Column-method</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a href="hex.html">hex</a></code>,
+<code><a href="hex.html">hex,Column-method</a></code>; <code><a href="hypot.html">hypot</a></code>,
+<code><a href="hypot.html">hypot</a></code>, <code><a href="hypot.html">hypot,Column-method</a></code>;
+<code><a href="log10.html">log10</a></code>, <code><a href="log10.html">log10,Column-method</a></code>;
+<code><a href="log1p.html">log1p</a></code>, <code><a href="log1p.html">log1p,Column-method</a></code>;
+<code><a href="log2.html">log2</a></code>, <code><a href="log2.html">log2,Column-method</a></code>;
+<code><a href="log.html">log</a></code>, <code><a href="log.html">log,Column-method</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a href="pmod.html">pmod</a></code>,
+<code><a href="pmod.html">pmod,Column-method</a></code>; <code><a href="rint.html">rint</a></code>,
+<code><a href="rint.html">rint</a></code>, <code><a href="rint.html">rint,Column-method</a></code>;
+<code><a href="round.html">round</a></code>, <code><a href="round.html">round,Column-method</a></code>;
+<code><a href="shiftLeft.html">shiftLeft</a></code>, <code><a href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft,Column,numeric-method</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned,Column,numeric-method</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a href="shiftRight.html">shiftRight</a></code>,
+<code><a href="shiftRight.html">shiftRight,Column,numeric-method</a></code>;
+<code><a href="sign.html">sign</a></code>, <code><a href="sign.html">sign,Column-method</a></code>,
+<code><a href="sign.html">signum</a></code>, <code><a href="sign.html">signum</a></code>,
+<code><a href="sign.html">signum,Column-method</a></code>; <code><a href="sinh.html">sinh</a></code>,
+<code><a href="sinh.html">sinh,Column-method</a></code>; <code><a href="sin.html">sin</a></code>,
+<code><a href="sin.html">sin,Column-method</a></code>; <code><a href="sqrt.html">sqrt</a></code>,
+<code><a href="sqrt.html">sqrt,Column-method</a></code>; <code><a href="tanh.html">tanh</a></code>,
+<code><a href="tanh.html">tanh,Column-method</a></code>; <code><a href="tan.html">tan</a></code>,
+<code><a href="tan.html">tan,Column-method</a></code>; <code><a href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees,Column-method</a></code>;
+<code><a href="toRadians.html">toRadians</a></code>, <code><a href="toRadians.html">toRadians</a></code>,
+<code><a href="toRadians.html">toRadians,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: unhex(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/union.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/union.html b/site/docs/2.2.0/api/R/union.html
new file mode 100644
index 0000000..1e20d07
--- /dev/null
+++ b/site/docs/2.2.0/api/R/union.html
@@ -0,0 +1,313 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: Return a new SparkDataFrame containing the union of rows</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 union {SparkR}"><tr><td>union {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>Return a new SparkDataFrame containing the union of rows</h2>
+
+<h3>Description</h3>
+
+<p>Return a new SparkDataFrame containing the union of rows in this SparkDataFrame
+and another SparkDataFrame. This is equivalent to <code>UNION ALL</code> in SQL.
+Input SparkDataFrames can have different schemas (names and data types).
+</p>
+<p>unionAll is deprecated - use union instead
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+union(x, y)
+
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+unionAll(x, y)
+
+union(x, y)
+
+unionAll(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>Details</h3>
+
+<p>Note: This does not remove duplicate rows across the two SparkDataFrames.
+Also as standard in SQL, this function resolves columns by position (not by name).
+</p>
+
+
+<h3>Value</h3>
+
+<p>A SparkDataFrame containing the result of the union.
+</p>
+
+
+<h3>Note</h3>
+
+<p>union since 2.0.0
+</p>
+<p>unionAll since 1.4.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="rbind.html">rbind</a>
+</p>
+<p>Other SparkDataFrame functions: <code><a href="select.html">$</a></code>,
+<code><a href="select.html">$,SparkDataFrame-method</a></code>, <code><a href="select.html">$&lt;-</a></code>,
+<code><a href="select.html">$&lt;-,SparkDataFrame-method</a></code>,
+<code><a href="select.html">select</a></code>, <code><a href="select.html">select</a></code>,
+<code><a href="select.html">select,SparkDataFrame,Column-method</a></code>,
+<code><a href="select.html">select,SparkDataFrame,character-method</a></code>,
+<code><a href="select.html">select,SparkDataFrame,list-method</a></code>;
+<code><a href="SparkDataFrame.html">SparkDataFrame-class</a></code>; <code><a href="subset.html">[</a></code>,
+<code><a href="subset.html">[,SparkDataFrame-method</a></code>, <code><a href="subset.html">[[</a></code>,
+<code><a href="subset.html">[[,SparkDataFrame,numericOrcharacter-method</a></code>,
+<code><a href="subset.html">[[&lt;-</a></code>,
+<code><a href="subset.html">[[&lt;-,SparkDataFrame,numericOrcharacter-method</a></code>,
+<code><a href="subset.html">subset</a></code>, <code><a href="subset.html">subset</a></code>,
+<code><a href="subset.html">subset,SparkDataFrame-method</a></code>;
+<code><a href="summarize.html">agg</a></code>, <code><a href="summarize.html">agg</a></code>, <code><a href="summarize.html">agg</a></code>,
+<code><a href="summarize.html">agg,GroupedData-method</a></code>,
+<code><a href="summarize.html">agg,SparkDataFrame-method</a></code>,
+<code><a href="summarize.html">summarize</a></code>, <code><a href="summarize.html">summarize</a></code>,
+<code><a href="summarize.html">summarize</a></code>,
+<code><a href="summarize.html">summarize,GroupedData-method</a></code>,
+<code><a href="summarize.html">summarize,SparkDataFrame-method</a></code>;
+<code><a href="arrange.html">arrange</a></code>, <code><a href="arrange.html">arrange</a></code>,
+<code><a href="arrange.html">arrange</a></code>,
+<code><a href="arrange.html">arrange,SparkDataFrame,Column-method</a></code>,
+<code><a href="arrange.html">arrange,SparkDataFrame,character-method</a></code>,
+<code><a href="arrange.html">orderBy,SparkDataFrame,characterOrColumn-method</a></code>;
+<code><a href="as.data.frame.html">as.data.frame</a></code>,
+<code><a href="as.data.frame.html">as.data.frame,SparkDataFrame-method</a></code>;
+<code><a href="attach.html">attach</a></code>,
+<code><a href="attach.html">attach,SparkDataFrame-method</a></code>;
+<code><a href="cache.html">cache</a></code>, <code><a href="cache.html">cache</a></code>,
+<code><a href="cache.html">cache,SparkDataFrame-method</a></code>;
+<code><a href="checkpoint.html">checkpoint</a></code>, <code><a href="checkpoint.html">checkpoint</a></code>,
+<code><a href="checkpoint.html">checkpoint,SparkDataFrame-method</a></code>;
+<code><a href="coalesce.html">coalesce</a></code>, <code><a href="coalesce.html">coalesce</a></code>,
+<code><a href="coalesce.html">coalesce</a></code>,
+<code><a href="coalesce.html">coalesce,Column-method</a></code>,
+<code><a href="coalesce.html">coalesce,SparkDataFrame-method</a></code>;
+<code><a href="collect.html">collect</a></code>, <code><a href="collect.html">collect</a></code>,
+<code><a href="collect.html">collect,SparkDataFrame-method</a></code>;
+<code><a href="columns.html">colnames</a></code>, <code><a href="columns.html">colnames</a></code>,
+<code><a href="columns.html">colnames,SparkDataFrame-method</a></code>,
+<code><a href="columns.html">colnames&lt;-</a></code>, <code><a href="columns.html">colnames&lt;-</a></code>,
+<code><a href="columns.html">colnames&lt;-,SparkDataFrame-method</a></code>,
+<code><a href="columns.html">columns</a></code>, <code><a href="columns.html">columns</a></code>,
+<code><a href="columns.html">columns,SparkDataFrame-method</a></code>,
+<code><a href="columns.html">names</a></code>,
+<code><a href="columns.html">names,SparkDataFrame-method</a></code>,
+<code><a href="columns.html">names&lt;-</a></code>,
+<code><a href="columns.html">names&lt;-,SparkDataFrame-method</a></code>;
+<code><a href="coltypes.html">coltypes</a></code>, <code><a href="coltypes.html">coltypes</a></code>,
+<code><a href="coltypes.html">coltypes,SparkDataFrame-method</a></code>,
+<code><a href="coltypes.html">coltypes&lt;-</a></code>, <code><a href="coltypes.html">coltypes&lt;-</a></code>,
+<code><a href="coltypes.html">coltypes&lt;-,SparkDataFrame,character-method</a></code>;
+<code><a href="nrow.html">count,SparkDataFrame-method</a></code>,
+<code><a href="nrow.html">nrow</a></code>, <code><a href="nrow.html">nrow</a></code>,
+<code><a href="nrow.html">nrow,SparkDataFrame-method</a></code>;
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView</a></code>,
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView</a></code>,
+<code><a href="createOrReplaceTempView.html">createOrReplaceTempView,SparkDataFrame,character-method</a></code>;
+<code><a href="crossJoin.html">crossJoin</a></code>,
+<code><a href="crossJoin.html">crossJoin,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="dapplyCollect.html">dapplyCollect</a></code>, <code><a href="dapplyCollect.html">dapplyCollect</a></code>,
+<code><a href="dapplyCollect.html">dapplyCollect,SparkDataFrame,function-method</a></code>;
+<code><a href="dapply.html">dapply</a></code>, <code><a href="dapply.html">dapply</a></code>,
+<code><a href="dapply.html">dapply,SparkDataFrame,function,structType-method</a></code>;
+<code><a href="summary.html">describe</a></code>, <code><a href="summary.html">describe</a></code>,
+<code><a href="summary.html">describe</a></code>,
+<code><a href="summary.html">describe,SparkDataFrame,ANY-method</a></code>,
+<code><a href="summary.html">describe,SparkDataFrame,character-method</a></code>,
+<code><a href="summary.html">describe,SparkDataFrame-method</a></code>,
+<code><a href="summary.html">summary</a></code>, <code><a href="summary.html">summary</a></code>,
+<code><a href="summary.html">summary,SparkDataFrame-method</a></code>;
+<code><a href="dim.html">dim</a></code>,
+<code><a href="dim.html">dim,SparkDataFrame-method</a></code>;
+<code><a href="distinct.html">distinct</a></code>, <code><a href="distinct.html">distinct</a></code>,
+<code><a href="distinct.html">distinct,SparkDataFrame-method</a></code>,
+<code><a href="distinct.html">unique</a></code>,
+<code><a href="distinct.html">unique,SparkDataFrame-method</a></code>;
+<code><a href="dropDuplicates.html">dropDuplicates</a></code>,
+<code><a href="dropDuplicates.html">dropDuplicates</a></code>,
+<code><a href="dropDuplicates.html">dropDuplicates,SparkDataFrame-method</a></code>;
+<code><a href="nafunctions.html">dropna</a></code>, <code><a href="nafunctions.html">dropna</a></code>,
+<code><a href="nafunctions.html">dropna,SparkDataFrame-method</a></code>,
+<code><a href="nafunctions.html">fillna</a></code>, <code><a href="nafunctions.html">fillna</a></code>,
+<code><a href="nafunctions.html">fillna,SparkDataFrame-method</a></code>,
+<code><a href="nafunctions.html">na.omit</a></code>, <code><a href="nafunctions.html">na.omit</a></code>,
+<code><a href="nafunctions.html">na.omit,SparkDataFrame-method</a></code>;
+<code><a href="drop.html">drop</a></code>, <code><a href="drop.html">drop</a></code>,
+<code><a href="drop.html">drop</a></code>, <code><a href="drop.html">drop,ANY-method</a></code>,
+<code><a href="drop.html">drop,SparkDataFrame-method</a></code>;
+<code><a href="dtypes.html">dtypes</a></code>, <code><a href="dtypes.html">dtypes</a></code>,
+<code><a href="dtypes.html">dtypes,SparkDataFrame-method</a></code>;
+<code><a href="except.html">except</a></code>, <code><a href="except.html">except</a></code>,
+<code><a href="except.html">except,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="explain.html">explain</a></code>, <code><a href="explain.html">explain</a></code>,
+<code><a href="explain.html">explain</a></code>,
+<code><a href="explain.html">explain,SparkDataFrame-method</a></code>,
+<code><a href="explain.html">explain,StreamingQuery-method</a></code>;
+<code><a href="filter.html">filter</a></code>, <code><a href="filter.html">filter</a></code>,
+<code><a href="filter.html">filter,SparkDataFrame,characterOrColumn-method</a></code>,
+<code><a href="filter.html">where</a></code>, <code><a href="filter.html">where</a></code>,
+<code><a href="filter.html">where,SparkDataFrame,characterOrColumn-method</a></code>;
+<code><a href="first.html">first</a></code>, <code><a href="first.html">first</a></code>,
+<code><a href="first.html">first</a></code>,
+<code><a href="first.html">first,SparkDataFrame-method</a></code>,
+<code><a href="first.html">first,characterOrColumn-method</a></code>;
+<code><a href="gapplyCollect.html">gapplyCollect</a></code>, <code><a href="gapplyCollect.html">gapplyCollect</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect,GroupedData-method</a></code>,
+<code><a href="gapplyCollect.html">gapplyCollect,SparkDataFrame-method</a></code>;
+<code><a href="gapply.html">gapply</a></code>, <code><a href="gapply.html">gapply</a></code>,
+<code><a href="gapply.html">gapply</a></code>,
+<code><a href="gapply.html">gapply,GroupedData-method</a></code>,
+<code><a href="gapply.html">gapply,SparkDataFrame-method</a></code>;
+<code><a href="getNumPartitions.html">getNumPartitions</a></code>,
+<code><a href="getNumPartitions.html">getNumPartitions,SparkDataFrame-method</a></code>;
+<code><a href="groupBy.html">groupBy</a></code>, <code><a href="groupBy.html">groupBy</a></code>,
+<code><a href="groupBy.html">groupBy,SparkDataFrame-method</a></code>,
+<code><a href="groupBy.html">group_by</a></code>, <code><a href="groupBy.html">group_by</a></code>,
+<code><a href="groupBy.html">group_by,SparkDataFrame-method</a></code>;
+<code><a href="head.html">head</a></code>,
+<code><a href="head.html">head,SparkDataFrame-method</a></code>;
+<code><a href="hint.html">hint</a></code>, <code><a href="hint.html">hint</a></code>,
+<code><a href="hint.html">hint,SparkDataFrame,character-method</a></code>;
+<code><a href="histogram.html">histogram</a></code>,
+<code><a href="histogram.html">histogram,SparkDataFrame,characterOrColumn-method</a></code>;
+<code><a href="insertInto.html">insertInto</a></code>, <code><a href="insertInto.html">insertInto</a></code>,
+<code><a href="insertInto.html">insertInto,SparkDataFrame,character-method</a></code>;
+<code><a href="intersect.html">intersect</a></code>, <code><a href="intersect.html">intersect</a></code>,
+<code><a href="intersect.html">intersect,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="isLocal.html">isLocal</a></code>, <code><a href="isLocal.html">isLocal</a></code>,
+<code><a href="isLocal.html">isLocal,SparkDataFrame-method</a></code>;
+<code><a href="isStreaming.html">isStreaming</a></code>, <code><a href="isStreaming.html">isStreaming</a></code>,
+<code><a href="isStreaming.html">isStreaming,SparkDataFrame-method</a></code>;
+<code><a href="join.html">join</a></code>,
+<code><a href="join.html">join,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="limit.html">limit</a></code>, <code><a href="limit.html">limit</a></code>,
+<code><a href="limit.html">limit,SparkDataFrame,numeric-method</a></code>;
+<code><a href="merge.html">merge</a></code>, <code><a href="merge.html">merge</a></code>,
+<code><a href="merge.html">merge,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="mutate.html">mutate</a></code>, <code><a href="mutate.html">mutate</a></code>,
+<code><a href="mutate.html">mutate,SparkDataFrame-method</a></code>,
+<code><a href="mutate.html">transform</a></code>, <code><a href="mutate.html">transform</a></code>,
+<code><a href="mutate.html">transform,SparkDataFrame-method</a></code>;
+<code><a href="ncol.html">ncol</a></code>,
+<code><a href="ncol.html">ncol,SparkDataFrame-method</a></code>;
+<code><a href="persist.html">persist</a></code>, <code><a href="persist.html">persist</a></code>,
+<code><a href="persist.html">persist,SparkDataFrame,character-method</a></code>;
+<code><a href="printSchema.html">printSchema</a></code>, <code><a href="printSchema.html">printSchema</a></code>,
+<code><a href="printSchema.html">printSchema,SparkDataFrame-method</a></code>;
+<code><a href="randomSplit.html">randomSplit</a></code>, <code><a href="randomSplit.html">randomSplit</a></code>,
+<code><a href="randomSplit.html">randomSplit,SparkDataFrame,numeric-method</a></code>;
+<code><a href="rbind.html">rbind</a></code>, <code><a href="rbind.html">rbind</a></code>,
+<code><a href="rbind.html">rbind,SparkDataFrame-method</a></code>;
+<code><a href="registerTempTable-deprecated.html">registerTempTable</a></code>,
+<code><a href="registerTempTable-deprecated.html">registerTempTable</a></code>,
+<code><a href="registerTempTable-deprecated.html">registerTempTable,SparkDataFrame,character-method</a></code>;
+<code><a href="rename.html">rename</a></code>, <code><a href="rename.html">rename</a></code>,
+<code><a href="rename.html">rename,SparkDataFrame-method</a></code>,
+<code><a href="rename.html">withColumnRenamed</a></code>,
+<code><a href="rename.html">withColumnRenamed</a></code>,
+<code><a href="rename.html">withColumnRenamed,SparkDataFrame,character,character-method</a></code>;
+<code><a href="repartition.html">repartition</a></code>, <code><a href="repartition.html">repartition</a></code>,
+<code><a href="repartition.html">repartition,SparkDataFrame-method</a></code>;
+<code><a href="sample.html">sample</a></code>, <code><a href="sample.html">sample</a></code>,
+<code><a href="sample.html">sample,SparkDataFrame,logical,numeric-method</a></code>,
+<code><a href="sample.html">sample_frac</a></code>, <code><a href="sample.html">sample_frac</a></code>,
+<code><a href="sample.html">sample_frac,SparkDataFrame,logical,numeric-method</a></code>;
+<code><a href="write.parquet.html">saveAsParquetFile</a></code>,
+<code><a href="write.parquet.html">saveAsParquetFile</a></code>,
+<code><a href="write.parquet.html">saveAsParquetFile,SparkDataFrame,character-method</a></code>,
+<code><a href="write.parquet.html">write.parquet</a></code>, <code><a href="write.parquet.html">write.parquet</a></code>,
+<code><a href="write.parquet.html">write.parquet,SparkDataFrame,character-method</a></code>;
+<code><a href="saveAsTable.html">saveAsTable</a></code>, <code><a href="saveAsTable.html">saveAsTable</a></code>,
+<code><a href="saveAsTable.html">saveAsTable,SparkDataFrame,character-method</a></code>;
+<code><a href="write.df.html">saveDF</a></code>, <code><a href="write.df.html">saveDF</a></code>,
+<code><a href="write.df.html">saveDF,SparkDataFrame,character-method</a></code>,
+<code><a href="write.df.html">write.df</a></code>, <code><a href="write.df.html">write.df</a></code>,
+<code><a href="write.df.html">write.df</a></code>,
+<code><a href="write.df.html">write.df,SparkDataFrame-method</a></code>;
+<code><a href="schema.html">schema</a></code>, <code><a href="schema.html">schema</a></code>,
+<code><a href="schema.html">schema,SparkDataFrame-method</a></code>;
+<code><a href="selectExpr.html">selectExpr</a></code>, <code><a href="selectExpr.html">selectExpr</a></code>,
+<code><a href="selectExpr.html">selectExpr,SparkDataFrame,character-method</a></code>;
+<code><a href="showDF.html">showDF</a></code>, <code><a href="showDF.html">showDF</a></code>,
+<code><a href="showDF.html">showDF,SparkDataFrame-method</a></code>;
+<code><a href="show.html">show</a></code>, <code><a href="show.html">show</a></code>,
+<code><a href="show.html">show,Column-method</a></code>,
+<code><a href="show.html">show,GroupedData-method</a></code>,
+<code><a href="show.html">show,SparkDataFrame-method</a></code>,
+<code><a href="show.html">show,StreamingQuery-method</a></code>,
+<code><a href="show.html">show,WindowSpec-method</a></code>;
+<code><a href="storageLevel.html">storageLevel</a></code>,
+<code><a href="storageLevel.html">storageLevel,SparkDataFrame-method</a></code>;
+<code><a href="str.html">str</a></code>,
+<code><a href="str.html">str,SparkDataFrame-method</a></code>;
+<code><a href="take.html">take</a></code>, <code><a href="take.html">take</a></code>,
+<code><a href="take.html">take,SparkDataFrame,numeric-method</a></code>;
+<code><a href="toJSON.html">toJSON</a></code>,
+<code><a href="toJSON.html">toJSON,SparkDataFrame-method</a></code>;
+<code><a href="unpersist.html">unpersist</a></code>, <code><a href="unpersist.html">unpersist</a></code>,
+<code><a href="unpersist.html">unpersist,SparkDataFrame-method</a></code>;
+<code><a href="withColumn.html">withColumn</a></code>, <code><a href="withColumn.html">withColumn</a></code>,
+<code><a href="withColumn.html">withColumn,SparkDataFrame,character-method</a></code>;
+<code><a href="with.html">with</a></code>,
+<code><a href="with.html">with,SparkDataFrame-method</a></code>;
+<code><a href="write.jdbc.html">write.jdbc</a></code>, <code><a href="write.jdbc.html">write.jdbc</a></code>,
+<code><a href="write.jdbc.html">write.jdbc,SparkDataFrame,character,character-method</a></code>;
+<code><a href="write.json.html">write.json</a></code>, <code><a href="write.json.html">write.json</a></code>,
+<code><a href="write.json.html">write.json,SparkDataFrame,character-method</a></code>;
+<code><a href="write.orc.html">write.orc</a></code>, <code><a href="write.orc.html">write.orc</a></code>,
+<code><a href="write.orc.html">write.orc,SparkDataFrame,character-method</a></code>;
+<code><a href="write.stream.html">write.stream</a></code>, <code><a href="write.stream.html">write.stream</a></code>,
+<code><a href="write.stream.html">write.stream,SparkDataFrame-method</a></code>;
+<code><a href="write.text.html">write.text</a></code>, <code><a href="write.text.html">write.text</a></code>,
+<code><a href="write.text.html">write.text,SparkDataFrame,character-method</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 unioned &lt;- union(df, df2)
+##D unions &lt;- rbind(df, df2, df3, df4)
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/unix_timestamp.html
----------------------------------------------------------------------
diff --git a/site/docs/2.2.0/api/R/unix_timestamp.html b/site/docs/2.2.0/api/R/unix_timestamp.html
new file mode 100644
index 0000000..f7ce7cc
--- /dev/null
+++ b/site/docs/2.2.0/api/R/unix_timestamp.html
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: unix_timestamp</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 unix_timestamp {SparkR}"><tr><td>unix_timestamp {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>unix_timestamp</h2>
+
+<h3>Description</h3>
+
+<p>Gets current Unix timestamp in seconds.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'missing,missing'
+unix_timestamp(x, format)
+
+## S4 method for signature 'Column,missing'
+unix_timestamp(x, format)
+
+## S4 method for signature 'Column,character'
+unix_timestamp(x, format = "yyyy-MM-dd HH:mm:ss")
+
+unix_timestamp(x, format)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a Column of date, in string, date or timestamp type.</p>
+</td></tr>
+<tr valign="top"><td><code>format</code></td>
+<td>
+<p>the target format. See
+<a href="http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html">
+Customizing Formats</a> for available options.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>unix_timestamp since 1.5.0
+</p>
+<p>unix_timestamp(Column) since 1.5.0
+</p>
+<p>unix_timestamp(Column, character) 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="add_months.html">add_months</a></code>,
+<code><a href="add_months.html">add_months,Column,numeric-method</a></code>;
+<code><a href="date_add.html">date_add</a></code>, <code><a href="date_add.html">date_add</a></code>,
+<code><a href="date_add.html">date_add,Column,numeric-method</a></code>;
+<code><a href="date_format.html">date_format</a></code>, <code><a href="date_format.html">date_format</a></code>,
+<code><a href="date_format.html">date_format,Column,character-method</a></code>;
+<code><a href="date_sub.html">date_sub</a></code>, <code><a href="date_sub.html">date_sub</a></code>,
+<code><a href="date_sub.html">date_sub,Column,numeric-method</a></code>;
+<code><a href="datediff.html">datediff</a></code>, <code><a href="datediff.html">datediff</a></code>,
+<code><a href="datediff.html">datediff,Column-method</a></code>;
+<code><a href="dayofmonth.html">dayofmonth</a></code>, <code><a href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofmonth.html">dayofmonth,Column-method</a></code>;
+<code><a href="dayofyear.html">dayofyear</a></code>, <code><a href="dayofyear.html">dayofyear</a></code>,
+<code><a href="dayofyear.html">dayofyear,Column-method</a></code>;
+<code><a href="from_unixtime.html">from_unixtime</a></code>, <code><a href="from_unixtime.html">from_unixtime</a></code>,
+<code><a href="from_unixtime.html">from_unixtime,Column-method</a></code>;
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp,Column,character-method</a></code>;
+<code><a href="hour.html">hour</a></code>, <code><a href="hour.html">hour</a></code>,
+<code><a href="hour.html">hour,Column-method</a></code>; <code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day</a></code>,
+<code><a href="last_day.html">last_day,Column-method</a></code>;
+<code><a href="minute.html">minute</a></code>, <code><a href="minute.html">minute</a></code>,
+<code><a href="minute.html">minute,Column-method</a></code>;
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between</a></code>,
+<code><a href="months_between.html">months_between,Column-method</a></code>;
+<code><a href="month.html">month</a></code>, <code><a href="month.html">month</a></code>,
+<code><a href="month.html">month,Column-method</a></code>;
+<code><a href="next_day.html">next_day</a></code>, <code><a href="next_day.html">next_day</a></code>,
+<code><a href="next_day.html">next_day,Column,character-method</a></code>;
+<code><a href="quarter.html">quarter</a></code>, <code><a href="quarter.html">quarter</a></code>,
+<code><a href="quarter.html">quarter,Column-method</a></code>;
+<code><a href="second.html">second</a></code>, <code><a href="second.html">second</a></code>,
+<code><a href="second.html">second,Column-method</a></code>;
+<code><a href="to_date.html">to_date</a></code>, <code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date</a></code>,
+<code><a href="to_date.html">to_date,Column,character-method</a></code>,
+<code><a href="to_date.html">to_date,Column,missing-method</a></code>;
+<code><a href="to_timestamp.html">to_timestamp</a></code>, <code><a href="to_timestamp.html">to_timestamp</a></code>,
+<code><a href="to_timestamp.html">to_timestamp</a></code>,
+<code><a href="to_timestamp.html">to_timestamp,Column,character-method</a></code>,
+<code><a href="to_timestamp.html">to_timestamp,Column,missing-method</a></code>;
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp,Column,character-method</a></code>;
+<code><a href="weekofyear.html">weekofyear</a></code>, <code><a href="weekofyear.html">weekofyear</a></code>,
+<code><a href="weekofyear.html">weekofyear,Column-method</a></code>;
+<code><a href="window.html">window</a></code>, <code><a href="window.html">window</a></code>,
+<code><a href="window.html">window,Column-method</a></code>; <code><a href="year.html">year</a></code>,
+<code><a href="year.html">year</a></code>, <code><a href="year.html">year,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D unix_timestamp()
+##D unix_timestamp(df$t)
+##D unix_timestamp(df$t, &#39;yyyy-MM-dd HH&#39;)
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.2.0 <a href="00Index.html">Index</a>]</div>
+</body></html>


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