You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/10/04 17:33:20 UTC

[36/51] [partial] spark-website git commit: Add doc for 2.0.1

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/lower.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/lower.html b/site/docs/2.0.1/api/R/lower.html
new file mode 100644
index 0000000..e4ccf51
--- /dev/null
+++ b/site/docs/2.0.1/api/R/lower.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: lower</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 lower {SparkR}"><tr><td>lower {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>lower</h2>
+
+<h3>Description</h3>
+
+<p>Converts a string column to lower case.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+lower(x)
+
+lower(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>lower since 1.4.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="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="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: lower(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/lpad.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/lpad.html b/site/docs/2.0.1/api/R/lpad.html
new file mode 100644
index 0000000..4fa36bc
--- /dev/null
+++ b/site/docs/2.0.1/api/R/lpad.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: lpad</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 lpad {SparkR}"><tr><td>lpad {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>lpad</h2>
+
+<h3>Description</h3>
+
+<p>Left-pad the string column with
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric,character'
+lpad(x, len, pad)
+
+lpad(x, len, pad)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>the string Column to be left-padded.</p>
+</td></tr>
+<tr valign="top"><td><code>len</code></td>
+<td>
+<p>maximum length of each output result.</p>
+</td></tr>
+<tr valign="top"><td><code>pad</code></td>
+<td>
+<p>a character string to be padded with.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>lpad 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="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="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: lpad(df$c, 6, &#39;#&#39;)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/ltrim.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/ltrim.html b/site/docs/2.0.1/api/R/ltrim.html
new file mode 100644
index 0000000..5bbedce
--- /dev/null
+++ b/site/docs/2.0.1/api/R/ltrim.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: ltrim</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 ltrim {SparkR}"><tr><td>ltrim {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>ltrim</h2>
+
+<h3>Description</h3>
+
+<p>Trim the spaces from left end for the specified string value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+ltrim(x)
+
+ltrim(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>ltrim 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="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="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: ltrim(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/match.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/match.html b/site/docs/2.0.1/api/R/match.html
new file mode 100644
index 0000000..349752e
--- /dev/null
+++ b/site/docs/2.0.1/api/R/match.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: Match a column with given values.</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 %in% {SparkR}"><tr><td>%in% {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>Match a column with given values.</h2>
+
+<h3>Description</h3>
+
+<p>Match a column with given values.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+x %in% table
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>a Column.</p>
+</td></tr>
+<tr valign="top"><td><code>table</code></td>
+<td>
+<p>a collection of values (coercible to list) to compare with.</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A matched values as a result of comparing with given values.
+</p>
+
+
+<h3>Note</h3>
+
+<p>%in% since 1.5.0
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D filter(df, &quot;age in (10, 30)&quot;)
+##D where(df, df$age %in% c(10, 30))
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/max.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/max.html b/site/docs/2.0.1/api/R/max.html
new file mode 100644
index 0000000..bdecbbc
--- /dev/null
+++ b/site/docs/2.0.1/api/R/max.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: max</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 max {SparkR}"><tr><td>max {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>max</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the maximum value of the expression in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+max(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>max since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <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="avg.html">avg</a></code>, <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg,Column-method</a></code>;
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct,Column-method</a></code>,
+<code><a href="countDistinct.html">n_distinct</a></code>, <code><a href="countDistinct.html">n_distinct</a></code>,
+<code><a href="countDistinct.html">n_distinct,Column-method</a></code>;
+<code><a href="count.html">count</a></code>, <code><a href="count.html">count</a></code>,
+<code><a href="count.html">count,Column-method</a></code>,
+<code><a href="count.html">count,GroupedData-method</a></code>, <code><a href="count.html">n</a></code>,
+<code><a href="count.html">n</a></code>, <code><a href="count.html">n,Column-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="kurtosis.html">kurtosis</a></code>, <code><a href="kurtosis.html">kurtosis</a></code>,
+<code><a href="kurtosis.html">kurtosis,Column-method</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>,
+<code><a href="last.html">last,characterOrColumn-method</a></code>;
+<code><a href="mean.html">mean</a></code>, <code><a href="mean.html">mean,Column-method</a></code>;
+<code><a href="min.html">min</a></code>, <code><a href="min.html">min,Column-method</a></code>;
+<code><a href="sd.html">sd</a></code>, <code><a href="sd.html">sd</a></code>,
+<code><a href="sd.html">sd,Column-method</a></code>, <code><a href="sd.html">stddev</a></code>,
+<code><a href="sd.html">stddev</a></code>, <code><a href="sd.html">stddev,Column-method</a></code>;
+<code><a href="skewness.html">skewness</a></code>, <code><a href="skewness.html">skewness</a></code>,
+<code><a href="skewness.html">skewness,Column-method</a></code>;
+<code><a href="stddev_pop.html">stddev_pop</a></code>, <code><a href="stddev_pop.html">stddev_pop</a></code>,
+<code><a href="stddev_pop.html">stddev_pop,Column-method</a></code>;
+<code><a href="stddev_samp.html">stddev_samp</a></code>, <code><a href="stddev_samp.html">stddev_samp</a></code>,
+<code><a href="stddev_samp.html">stddev_samp,Column-method</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>,
+<code><a href="sumDistinct.html">sumDistinct,Column-method</a></code>;
+<code><a href="sum.html">sum</a></code>, <code><a href="sum.html">sum,Column-method</a></code>;
+<code><a href="var_pop.html">var_pop</a></code>, <code><a href="var_pop.html">var_pop</a></code>,
+<code><a href="var_pop.html">var_pop,Column-method</a></code>;
+<code><a href="var_samp.html">var_samp</a></code>, <code><a href="var_samp.html">var_samp</a></code>,
+<code><a href="var_samp.html">var_samp,Column-method</a></code>; <code><a href="var.html">var</a></code>,
+<code><a href="var.html">var</a></code>, <code><a href="var.html">var,Column-method</a></code>,
+<code><a href="var.html">variance</a></code>, <code><a href="var.html">variance</a></code>,
+<code><a href="var.html">variance,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: max(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/md5.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/md5.html b/site/docs/2.0.1/api/R/md5.html
new file mode 100644
index 0000000..3cc15d8
--- /dev/null
+++ b/site/docs/2.0.1/api/R/md5.html
@@ -0,0 +1,71 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: md5</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 md5 {SparkR}"><tr><td>md5 {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>md5</h2>
+
+<h3>Description</h3>
+
+<p>Calculates the MD5 digest of a binary column and returns the value
+as a 32 character hex string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+md5(x)
+
+md5(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>md5 since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other misc_funcs: <code><a href="crc32.html">crc32</a></code>, <code><a href="crc32.html">crc32</a></code>,
+<code><a href="crc32.html">crc32,Column-method</a></code>; <code><a href="hash.html">hash</a></code>,
+<code><a href="hash.html">hash</a></code>, <code><a href="hash.html">hash,Column-method</a></code>;
+<code><a href="monotonically_increasing_id.html">monotonically_increasing_id</a></code>,
+<code><a href="monotonically_increasing_id.html">monotonically_increasing_id</a></code>,
+<code><a href="monotonically_increasing_id.html">monotonically_increasing_id,missing-method</a></code>;
+<code><a href="sha1.html">sha1</a></code>, <code><a href="sha1.html">sha1</a></code>,
+<code><a href="sha1.html">sha1,Column-method</a></code>; <code><a href="sha2.html">sha2</a></code>,
+<code><a href="sha2.html">sha2</a></code>,
+<code><a href="sha2.html">sha2,Column,numeric-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: md5(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/mean.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/mean.html b/site/docs/2.0.1/api/R/mean.html
new file mode 100644
index 0000000..cec30f4
--- /dev/null
+++ b/site/docs/2.0.1/api/R/mean.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: mean</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 mean {SparkR}"><tr><td>mean {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>mean</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the average of the values in a group.
+Alias for avg.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+mean(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>mean since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <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="avg.html">avg</a></code>, <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg,Column-method</a></code>;
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct,Column-method</a></code>,
+<code><a href="countDistinct.html">n_distinct</a></code>, <code><a href="countDistinct.html">n_distinct</a></code>,
+<code><a href="countDistinct.html">n_distinct,Column-method</a></code>;
+<code><a href="count.html">count</a></code>, <code><a href="count.html">count</a></code>,
+<code><a href="count.html">count,Column-method</a></code>,
+<code><a href="count.html">count,GroupedData-method</a></code>, <code><a href="count.html">n</a></code>,
+<code><a href="count.html">n</a></code>, <code><a href="count.html">n,Column-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="kurtosis.html">kurtosis</a></code>, <code><a href="kurtosis.html">kurtosis</a></code>,
+<code><a href="kurtosis.html">kurtosis,Column-method</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>,
+<code><a href="last.html">last,characterOrColumn-method</a></code>;
+<code><a href="max.html">max</a></code>, <code><a href="max.html">max,Column-method</a></code>;
+<code><a href="min.html">min</a></code>, <code><a href="min.html">min,Column-method</a></code>;
+<code><a href="sd.html">sd</a></code>, <code><a href="sd.html">sd</a></code>,
+<code><a href="sd.html">sd,Column-method</a></code>, <code><a href="sd.html">stddev</a></code>,
+<code><a href="sd.html">stddev</a></code>, <code><a href="sd.html">stddev,Column-method</a></code>;
+<code><a href="skewness.html">skewness</a></code>, <code><a href="skewness.html">skewness</a></code>,
+<code><a href="skewness.html">skewness,Column-method</a></code>;
+<code><a href="stddev_pop.html">stddev_pop</a></code>, <code><a href="stddev_pop.html">stddev_pop</a></code>,
+<code><a href="stddev_pop.html">stddev_pop,Column-method</a></code>;
+<code><a href="stddev_samp.html">stddev_samp</a></code>, <code><a href="stddev_samp.html">stddev_samp</a></code>,
+<code><a href="stddev_samp.html">stddev_samp,Column-method</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>,
+<code><a href="sumDistinct.html">sumDistinct,Column-method</a></code>;
+<code><a href="sum.html">sum</a></code>, <code><a href="sum.html">sum,Column-method</a></code>;
+<code><a href="var_pop.html">var_pop</a></code>, <code><a href="var_pop.html">var_pop</a></code>,
+<code><a href="var_pop.html">var_pop,Column-method</a></code>;
+<code><a href="var_samp.html">var_samp</a></code>, <code><a href="var_samp.html">var_samp</a></code>,
+<code><a href="var_samp.html">var_samp,Column-method</a></code>; <code><a href="var.html">var</a></code>,
+<code><a href="var.html">var</a></code>, <code><a href="var.html">var,Column-method</a></code>,
+<code><a href="var.html">variance</a></code>, <code><a href="var.html">variance</a></code>,
+<code><a href="var.html">variance,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: mean(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/merge.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/merge.html b/site/docs/2.0.1/api/R/merge.html
new file mode 100644
index 0000000..036d8d3
--- /dev/null
+++ b/site/docs/2.0.1/api/R/merge.html
@@ -0,0 +1,325 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: Merges two data frames</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 merge {SparkR}"><tr><td>merge {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>Merges two data frames</h2>
+
+<h3>Description</h3>
+
+<p>Merges two data frames
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'SparkDataFrame,SparkDataFrame'
+merge(x, y, by = intersect(names(x),
+  names(y)), by.x = by, by.y = by, all = FALSE, all.x = all,
+  all.y = all, sort = TRUE, suffixes = c("_x", "_y"), ...)
+
+merge(x, y, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>the first data frame to be joined</p>
+</td></tr>
+<tr valign="top"><td><code>y</code></td>
+<td>
+<p>the second data frame to be joined</p>
+</td></tr>
+<tr valign="top"><td><code>by</code></td>
+<td>
+<p>a character vector specifying the join columns. If by is not
+specified, the common column names in <code>x</code> and <code>y</code> will be used.</p>
+</td></tr>
+<tr valign="top"><td><code>by.x</code></td>
+<td>
+<p>a character vector specifying the joining columns for x.</p>
+</td></tr>
+<tr valign="top"><td><code>by.y</code></td>
+<td>
+<p>a character vector specifying the joining columns for y.</p>
+</td></tr>
+<tr valign="top"><td><code>all</code></td>
+<td>
+<p>a boolean value setting <code>all.x</code> and <code>all.y</code>
+if any of them are unset.</p>
+</td></tr>
+<tr valign="top"><td><code>all.x</code></td>
+<td>
+<p>a boolean value indicating whether all the rows in x should
+be including in the join</p>
+</td></tr>
+<tr valign="top"><td><code>all.y</code></td>
+<td>
+<p>a boolean value indicating whether all the rows in y should
+be including in the join</p>
+</td></tr>
+<tr valign="top"><td><code>sort</code></td>
+<td>
+<p>a logical argument indicating whether the resulting columns should be sorted</p>
+</td></tr>
+<tr valign="top"><td><code>suffixes</code></td>
+<td>
+<p>a string vector of length 2 used to make colnames of
+<code>x</code> and <code>y</code> unique.
+The first element is appended to each colname of <code>x</code>.
+The second element is appended to each colname of <code>y</code>.</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>additional argument(s) passed to the method.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>If all.x and all.y are set to FALSE, a natural join will be returned. If
+all.x is set to TRUE and all.y is set to FALSE, a left outer join will
+be returned. If all.x is set to FALSE and all.y is set to TRUE, a right
+outer join will be returned. If all.x and all.y are set to TRUE, a full
+outer join will be returned.
+</p>
+
+
+<h3>Note</h3>
+
+<p>merge since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p><a href="join.html">join</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">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="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="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,SparkDataFrame-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="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="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="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="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,character-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,WindowSpec-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="union.html">union</a></code>, <code><a href="union.html">union</a></code>,
+<code><a href="union.html">union,SparkDataFrame,SparkDataFrame-method</a></code>,
+<code><a href="union.html">unionAll</a></code>, <code><a href="union.html">unionAll</a></code>,
+<code><a href="union.html">unionAll,SparkDataFrame,SparkDataFrame-method</a></code>;
+<code><a href="unpersist-methods.html">unpersist</a></code>, <code><a href="unpersist-methods.html">unpersist</a></code>,
+<code><a href="unpersist-methods.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,Column-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.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 merge(df1, df2) # Performs a Cartesian
+##D merge(df1, df2, by = &quot;col1&quot;) # Performs an inner join based on expression
+##D merge(df1, df2, by.x = &quot;col1&quot;, by.y = &quot;col2&quot;, all.y = TRUE)
+##D merge(df1, df2, by.x = &quot;col1&quot;, by.y = &quot;col2&quot;, all.x = TRUE)
+##D merge(df1, df2, by.x = &quot;col1&quot;, by.y = &quot;col2&quot;, all.x = TRUE, all.y = TRUE)
+##D merge(df1, df2, by.x = &quot;col1&quot;, by.y = &quot;col2&quot;, all = TRUE, sort = FALSE)
+##D merge(df1, df2, by = &quot;col1&quot;, all = TRUE, suffixes = c(&quot;-X&quot;, &quot;-Y&quot;))
+## End(Not run)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/min.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/min.html b/site/docs/2.0.1/api/R/min.html
new file mode 100644
index 0000000..2529f75
--- /dev/null
+++ b/site/docs/2.0.1/api/R/min.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: min</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 min {SparkR}"><tr><td>min {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>min</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the minimum value of the expression in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+min(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>min since 1.5.0
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <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="avg.html">avg</a></code>, <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg,Column-method</a></code>;
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct,Column-method</a></code>,
+<code><a href="countDistinct.html">n_distinct</a></code>, <code><a href="countDistinct.html">n_distinct</a></code>,
+<code><a href="countDistinct.html">n_distinct,Column-method</a></code>;
+<code><a href="count.html">count</a></code>, <code><a href="count.html">count</a></code>,
+<code><a href="count.html">count,Column-method</a></code>,
+<code><a href="count.html">count,GroupedData-method</a></code>, <code><a href="count.html">n</a></code>,
+<code><a href="count.html">n</a></code>, <code><a href="count.html">n,Column-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="kurtosis.html">kurtosis</a></code>, <code><a href="kurtosis.html">kurtosis</a></code>,
+<code><a href="kurtosis.html">kurtosis,Column-method</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>,
+<code><a href="last.html">last,characterOrColumn-method</a></code>;
+<code><a href="max.html">max</a></code>, <code><a href="max.html">max,Column-method</a></code>;
+<code><a href="mean.html">mean</a></code>, <code><a href="mean.html">mean,Column-method</a></code>;
+<code><a href="sd.html">sd</a></code>, <code><a href="sd.html">sd</a></code>,
+<code><a href="sd.html">sd,Column-method</a></code>, <code><a href="sd.html">stddev</a></code>,
+<code><a href="sd.html">stddev</a></code>, <code><a href="sd.html">stddev,Column-method</a></code>;
+<code><a href="skewness.html">skewness</a></code>, <code><a href="skewness.html">skewness</a></code>,
+<code><a href="skewness.html">skewness,Column-method</a></code>;
+<code><a href="stddev_pop.html">stddev_pop</a></code>, <code><a href="stddev_pop.html">stddev_pop</a></code>,
+<code><a href="stddev_pop.html">stddev_pop,Column-method</a></code>;
+<code><a href="stddev_samp.html">stddev_samp</a></code>, <code><a href="stddev_samp.html">stddev_samp</a></code>,
+<code><a href="stddev_samp.html">stddev_samp,Column-method</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>,
+<code><a href="sumDistinct.html">sumDistinct,Column-method</a></code>;
+<code><a href="sum.html">sum</a></code>, <code><a href="sum.html">sum,Column-method</a></code>;
+<code><a href="var_pop.html">var_pop</a></code>, <code><a href="var_pop.html">var_pop</a></code>,
+<code><a href="var_pop.html">var_pop,Column-method</a></code>;
+<code><a href="var_samp.html">var_samp</a></code>, <code><a href="var_samp.html">var_samp</a></code>,
+<code><a href="var_samp.html">var_samp,Column-method</a></code>; <code><a href="var.html">var</a></code>,
+<code><a href="var.html">var</a></code>, <code><a href="var.html">var,Column-method</a></code>,
+<code><a href="var.html">variance</a></code>, <code><a href="var.html">variance</a></code>,
+<code><a href="var.html">variance,Column-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: min(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/minute.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/minute.html b/site/docs/2.0.1/api/R/minute.html
new file mode 100644
index 0000000..a6c4d6c
--- /dev/null
+++ b/site/docs/2.0.1/api/R/minute.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: minute</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 minute {SparkR}"><tr><td>minute {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>minute</h2>
+
+<h3>Description</h3>
+
+<p>Extracts the minutes as an integer from a given date/timestamp/string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+minute(x)
+
+minute(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>minute 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="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,Column-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: minute(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/monotonically_increasing_id.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/monotonically_increasing_id.html b/site/docs/2.0.1/api/R/monotonically_increasing_id.html
new file mode 100644
index 0000000..f806339
--- /dev/null
+++ b/site/docs/2.0.1/api/R/monotonically_increasing_id.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: monotonically_increasing_id</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 monotonically_increasing_id {SparkR}"><tr><td>monotonically_increasing_id {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>monotonically_increasing_id</h2>
+
+<h3>Description</h3>
+
+<p>Return a column that generates monotonically increasing 64-bit integers.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'missing'
+monotonically_increasing_id()
+
+monotonically_increasing_id(x = "missing")
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>empty. Should be used with no argument.</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>The generated ID is guaranteed to be monotonically increasing and unique, but not consecutive.
+The current implementation puts the partition ID in the upper 31 bits, and the record number
+within each partition in the lower 33 bits. The assumption is that the SparkDataFrame has
+less than 1 billion partitions, and each partition has less than 8 billion records.
+</p>
+<p>As an example, consider a SparkDataFrame with two partitions, each with 3 records.
+This expression would return the following IDs:
+0, 1, 2, 8589934592 (1L &lt;&lt; 33), 8589934593, 8589934594.
+</p>
+<p>This is equivalent to the MONOTONICALLY_INCREASING_ID function in SQL.
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other misc_funcs: <code><a href="crc32.html">crc32</a></code>, <code><a href="crc32.html">crc32</a></code>,
+<code><a href="crc32.html">crc32,Column-method</a></code>; <code><a href="hash.html">hash</a></code>,
+<code><a href="hash.html">hash</a></code>, <code><a href="hash.html">hash,Column-method</a></code>;
+<code><a href="md5.html">md5</a></code>, <code><a href="md5.html">md5</a></code>,
+<code><a href="md5.html">md5,Column-method</a></code>; <code><a href="sha1.html">sha1</a></code>,
+<code><a href="sha1.html">sha1</a></code>, <code><a href="sha1.html">sha1,Column-method</a></code>;
+<code><a href="sha2.html">sha2</a></code>, <code><a href="sha2.html">sha2</a></code>,
+<code><a href="sha2.html">sha2,Column,numeric-method</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: select(df, monotonically_increasing_id())
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/month.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/month.html b/site/docs/2.0.1/api/R/month.html
new file mode 100644
index 0000000..e3a0903
--- /dev/null
+++ b/site/docs/2.0.1/api/R/month.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: month</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 month {SparkR}"><tr><td>month {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>month</h2>
+
+<h3>Description</h3>
+
+<p>Extracts the month as an integer from a given date/timestamp/string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+month(x)
+
+month(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>month 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="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,Column-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: month(df$c)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <a href="00Index.html">Index</a>]</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/7c7b45c8/site/docs/2.0.1/api/R/months_between.html
----------------------------------------------------------------------
diff --git a/site/docs/2.0.1/api/R/months_between.html b/site/docs/2.0.1/api/R/months_between.html
new file mode 100644
index 0000000..5785d2c
--- /dev/null
+++ b/site/docs/2.0.1/api/R/months_between.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><title>R: months_between</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 months_between {SparkR}"><tr><td>months_between {SparkR}</td><td align="right">R Documentation</td></tr></table>
+
+<h2>months_between</h2>
+
+<h3>Description</h3>
+
+<p>Returns number of months between dates <code>date1</code> and <code>date2</code>.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+months_between(y, x)
+
+months_between(y, x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>y</code></td>
+<td>
+<p>end Column to use.</p>
+</td></tr>
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>start Column to use.</p>
+</td></tr>
+</table>
+
+
+<h3>Note</h3>
+
+<p>months_between 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="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,Column-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: months_between(df$c, x)
+</code></pre>
+
+
+<hr><div align="center">[Package <em>SparkR</em> version 2.0.1 <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