Added: spark/site/docs/1.5.0/api/R/randn.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/randn.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/randn.html (added)
+++ spark/site/docs/1.5.0/api/R/randn.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: randn</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for randn {SparkR}"><tr><td>randn 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>randn</h2>
+
+<h3>Description</h3>
+
+<p>Generate a column with i.i.d. samples from the standard normal distribution.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'missing'
+randn(seed)
+
+## S4 method for signature 'numeric'
+randn(seed)
+
+randn(seed)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="abs.html">abs</a></code>;
+<code><a href="bitwiseNOT.html">bitwiseNOT</a></code>, <code><a 
href="bitwiseNOT.html">bitwiseNOT</a></code>;
+<code><a href="expr.html">expr</a></code>, <code><a 
href="expr.html">expr</a></code>;
+<code><a href="greatest.html">greatest</a></code>, <code><a 
href="greatest.html">greatest</a></code>;
+<code><a href="ifelse.html">ifelse</a></code>; <code><a 
href="isNaN.html">isNaN</a></code>,
+<code><a href="isNaN.html">isNaN</a></code>; <code><a 
href="least.html">least</a></code>,
+<code><a href="least.html">least</a></code>; <code><a 
href="lit.html">lit</a></code>,
+<code><a href="lit.html">lit</a></code>; <code><a 
href="nanvl.html">nanvl</a></code>,
+<code><a href="nanvl.html">nanvl</a></code>; <code><a 
href="negate.html">negate</a></code>,
+<code><a href="negate.html">negate</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="when.html">when</a></code>
+</p>
+<p>Other normal_funcs: <code><a href="abs.html">abs</a></code>;
+<code><a href="bitwiseNOT.html">bitwiseNOT</a></code>, <code><a 
href="bitwiseNOT.html">bitwiseNOT</a></code>;
+<code><a href="expr.html">expr</a></code>, <code><a 
href="expr.html">expr</a></code>;
+<code><a href="greatest.html">greatest</a></code>, <code><a 
href="greatest.html">greatest</a></code>;
+<code><a href="ifelse.html">ifelse</a></code>; <code><a 
href="isNaN.html">isNaN</a></code>,
+<code><a href="isNaN.html">isNaN</a></code>; <code><a 
href="least.html">least</a></code>,
+<code><a href="least.html">least</a></code>; <code><a 
href="lit.html">lit</a></code>,
+<code><a href="lit.html">lit</a></code>; <code><a 
href="nanvl.html">nanvl</a></code>,
+<code><a href="nanvl.html">nanvl</a></code>; <code><a 
href="negate.html">negate</a></code>,
+<code><a href="negate.html">negate</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="when.html">when</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/rbind.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/rbind.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/rbind.html (added)
+++ spark/site/docs/1.5.0/api/R/rbind.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Union two or more 
DataFrames</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for rbind {SparkR}"><tr><td>rbind 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Union two or more DataFrames</h2>
+
+<h3>Description</h3>
+
+<p>Returns a new DataFrame containing rows of all parameters.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+rbind(x, ..., deparse.level = 1)
+
+rbind(..., deparse.level = 1)
+</pre>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/read.df.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/read.df.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/read.df.html (added)
+++ spark/site/docs/1.5.0/api/R/read.df.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,71 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Load an DataFrame</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 read.df {SparkR}"><tr><td>read.df 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Load an DataFrame</h2>
+
+<h3>Description</h3>
+
+<p>Returns the dataset in a data source as a DataFrame
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+read.df(sqlContext, path = NULL, source = NULL, schema = NULL, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sqlContext</code></td>
+<td>
+<p>SQLContext to use</p>
+</td></tr>
+<tr valign="top"><td><code>path</code></td>
+<td>
+<p>The path of files to load</p>
+</td></tr>
+<tr valign="top"><td><code>source</code></td>
+<td>
+<p>the name of external data source</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>The data source is specified by the 'source' and a set of options(...).
+If 'source' is not specified, the default data source configured by
+&quot;spark.sql.sources.default&quot; will be used.
+</p>
+
+
+<h3>Value</h3>
+
+<p>DataFrame
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D df &lt;- read.df(sqlContext, &quot;path/to/file.json&quot;, source = 
&quot;json&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/regexp_extract.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/regexp_extract.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/regexp_extract.html (added)
+++ spark/site/docs/1.5.0/api/R/regexp_extract.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,56 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: regexp_extract</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for regexp_extract 
{SparkR}"><tr><td>regexp_extract {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>regexp_extract</h2>
+
+<h3>Description</h3>
+
+<p>Extract a specific(idx) group identified by a java regex, from the 
specified string column.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,character,numeric'
+regexp_extract(x, pattern, idx)
+
+regexp_extract(x, pattern, idx)
+</pre>
+
+
+<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="base64.html">base64</a></code>,
+<code><a href="base64.html">base64</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.html">concat</a></code>,
+<code><a href="concat.html">concat</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_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string</a></code>; <code><a 
href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap</a></code>; <code><a 
href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>; <code><a 
href="length.html">length</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a 
href="locate.html">locate</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a 
href="lower.html">lower</a></code>;
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="lpad.html">lpad</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a 
href="ltrim.html">ltrim</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="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse</a></code>; <code><a 
href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>; <code><a 
href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim</a></code>; <code><a 
href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</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="translate.html">translate</a></code>,
+<code><a href="translate.html">translate</a></code>; <code><a 
href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim</a></code>; <code><a 
href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>; <code><a 
href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/regexp_replace.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/regexp_replace.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/regexp_replace.html (added)
+++ spark/site/docs/1.5.0/api/R/regexp_replace.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,56 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: regexp_replace</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for regexp_replace 
{SparkR}"><tr><td>regexp_replace {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>regexp_replace</h2>
+
+<h3>Description</h3>
+
+<p>Replace all substrings of the specified string value that match regexp with 
rep.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,character,character'
+regexp_replace(x, pattern, replacement)
+
+regexp_replace(x, pattern, replacement)
+</pre>
+
+
+<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="base64.html">base64</a></code>,
+<code><a href="base64.html">base64</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.html">concat</a></code>,
+<code><a href="concat.html">concat</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_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string</a></code>; <code><a 
href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap</a></code>; <code><a 
href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>; <code><a 
href="length.html">length</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a 
href="locate.html">locate</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a 
href="lower.html">lower</a></code>;
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="lpad.html">lpad</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a 
href="ltrim.html">ltrim</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="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse</a></code>; <code><a 
href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>; <code><a 
href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim</a></code>; <code><a 
href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</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="translate.html">translate</a></code>,
+<code><a href="translate.html">translate</a></code>; <code><a 
href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim</a></code>; <code><a 
href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>; <code><a 
href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/registerTempTable.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/registerTempTable.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/registerTempTable.html (added)
+++ spark/site/docs/1.5.0/api/R/registerTempTable.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Register Temporary 
Table</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+
+<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css";>
+<script 
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js";></script>
+<script 
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js";></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</head><body>
+
+<table width="100%" summary="page for registerTempTable 
{SparkR}"><tr><td>registerTempTable {SparkR}</td><td style="text-align: 
right;">R Documentation</td></tr></table>
+
+<h2>Register Temporary Table</h2>
+
+<h3>Description</h3>
+
+<p>Registers a DataFrame as a Temporary Table in the SQLContext
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,character'
+registerTempTable(x, tableName)
+
+registerTempTable(x, tableName)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>tableName</code></td>
+<td>
+<p>A character vector containing the name of the table</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D registerTempTable(df, &quot;json_df&quot;)
+##D new_df &lt;- sql(sqlContext, &quot;SELECT * FROM json_df&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/repartition.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/repartition.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/repartition.html (added)
+++ spark/site/docs/1.5.0/api/R/repartition.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,56 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Repartition</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 repartition 
{SparkR}"><tr><td>repartition {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Repartition</h2>
+
+<h3>Description</h3>
+
+<p>Return a new DataFrame that has exactly numPartitions partitions.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,numeric'
+repartition(x, numPartitions)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>numPartitions</code></td>
+<td>
+<p>The number of partitions to use.</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D newDF &lt;- repartition(df, 2L)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/reverse.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/reverse.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/reverse.html (added)
+++ spark/site/docs/1.5.0/api/R/reverse.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,69 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: reverse</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 reverse {SparkR}"><tr><td>reverse 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>reverse</h2>
+
+<h3>Description</h3>
+
+<p>Reverses the string column and returns it as a new string column.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+reverse(x)
+
+reverse(x)
+</pre>
+
+
+<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="base64.html">base64</a></code>,
+<code><a href="base64.html">base64</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.html">concat</a></code>,
+<code><a href="concat.html">concat</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_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string</a></code>; <code><a 
href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap</a></code>; <code><a 
href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>; <code><a 
href="length.html">length</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a 
href="locate.html">locate</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a 
href="lower.html">lower</a></code>;
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="lpad.html">lpad</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a 
href="ltrim.html">ltrim</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_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>; <code><a 
href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>; <code><a 
href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim</a></code>; <code><a 
href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</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="translate.html">translate</a></code>,
+<code><a href="translate.html">translate</a></code>; <code><a 
href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim</a></code>; <code><a 
href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>; <code><a 
href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: reverse(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/rint.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/rint.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/rint.html (added)
+++ spark/site/docs/1.5.0/api/R/rint.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,70 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: rint</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 rint {SparkR}"><tr><td>rint 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>rint</h2>
+
+<h3>Description</h3>
+
+<p>Returns the double value that is closest in value to the argument and
+is equal to a mathematical integer.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+rint(x)
+
+rint(x, ...)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a 
href="shiftRight.html">shiftRight</a></code>;
+<code><a href="signum.html">signum</a></code>, <code><a 
href="signum.html">signum</a></code>,
+<code><a href="signum.html">signum</a></code>; <code><a 
href="sinh.html">sinh</a></code>;
+<code><a href="sin.html">sin</a></code>; <code><a 
href="sqrt.html">sqrt</a></code>;
+<code><a href="tanh.html">tanh</a></code>; <code><a 
href="tan.html">tan</a></code>;
+<code><a href="toDegrees.html">toDegrees</a></code>, <code><a 
href="toDegrees.html">toDegrees</a></code>;
+<code><a href="toRadians.html">toRadians</a></code>, <code><a 
href="toRadians.html">toRadians</a></code>;
+<code><a href="unhex.html">unhex</a></code>, <code><a 
href="unhex.html">unhex</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: rint(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/round.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/round.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/round.html (added)
+++ spark/site/docs/1.5.0/api/R/round.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,67 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: round</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 round {SparkR}"><tr><td>round 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>round</h2>
+
+<h3>Description</h3>
+
+<p>Returns the value of the column 'e' rounded to 0 decimal places.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+round(x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="shiftLeft.html">shiftLeft</a></code>, <code><a 
href="shiftLeft.html">shiftLeft</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a 
href="shiftRight.html">shiftRight</a></code>;
+<code><a href="signum.html">signum</a></code>, <code><a 
href="signum.html">signum</a></code>,
+<code><a href="signum.html">signum</a></code>; <code><a 
href="sinh.html">sinh</a></code>;
+<code><a href="sin.html">sin</a></code>; <code><a 
href="sqrt.html">sqrt</a></code>;
+<code><a href="tanh.html">tanh</a></code>; <code><a 
href="tan.html">tan</a></code>;
+<code><a href="toDegrees.html">toDegrees</a></code>, <code><a 
href="toDegrees.html">toDegrees</a></code>;
+<code><a href="toRadians.html">toRadians</a></code>, <code><a 
href="toRadians.html">toRadians</a></code>;
+<code><a href="unhex.html">unhex</a></code>, <code><a 
href="unhex.html">unhex</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: round(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/rpad.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/rpad.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/rpad.html (added)
+++ spark/site/docs/1.5.0/api/R/rpad.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: rpad</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for rpad {SparkR}"><tr><td>rpad 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>rpad</h2>
+
+<h3>Description</h3>
+
+<p>Right-padded with pad to a length of len.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric,character'
+rpad(x, len, pad)
+
+rpad(x, len, pad)
+</pre>
+
+
+<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="base64.html">base64</a></code>,
+<code><a href="base64.html">base64</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.html">concat</a></code>,
+<code><a href="concat.html">concat</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_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string</a></code>; <code><a 
href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap</a></code>; <code><a 
href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>; <code><a 
href="length.html">length</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a 
href="locate.html">locate</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a 
href="lower.html">lower</a></code>;
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="lpad.html">lpad</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a 
href="ltrim.html">ltrim</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_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>; <code><a 
href="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse</a></code>; <code><a 
href="rtrim.html">rtrim</a></code>,
+<code><a href="rtrim.html">rtrim</a></code>; <code><a 
href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</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="translate.html">translate</a></code>,
+<code><a href="translate.html">translate</a></code>; <code><a 
href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim</a></code>; <code><a 
href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>; <code><a 
href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/rtrim.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/rtrim.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/rtrim.html (added)
+++ spark/site/docs/1.5.0/api/R/rtrim.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,69 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: rtrim</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 rtrim {SparkR}"><tr><td>rtrim 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>rtrim</h2>
+
+<h3>Description</h3>
+
+<p>Trim the spaces from right end for the specified string value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+rtrim(x)
+
+rtrim(x)
+</pre>
+
+
+<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="base64.html">base64</a></code>,
+<code><a href="base64.html">base64</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.html">concat</a></code>,
+<code><a href="concat.html">concat</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_string.html">format_string</a></code>,
+<code><a href="format_string.html">format_string</a></code>; <code><a 
href="initcap.html">initcap</a></code>,
+<code><a href="initcap.html">initcap</a></code>; <code><a 
href="instr.html">instr</a></code>,
+<code><a href="instr.html">instr</a></code>; <code><a 
href="length.html">length</a></code>;
+<code><a href="levenshtein.html">levenshtein</a></code>, <code><a 
href="levenshtein.html">levenshtein</a></code>;
+<code><a href="locate.html">locate</a></code>, <code><a 
href="locate.html">locate</a></code>;
+<code><a href="lower.html">lower</a></code>, <code><a 
href="lower.html">lower</a></code>;
+<code><a href="lpad.html">lpad</a></code>, <code><a 
href="lpad.html">lpad</a></code>;
+<code><a href="ltrim.html">ltrim</a></code>, <code><a 
href="ltrim.html">ltrim</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_replace.html">regexp_replace</a></code>,
+<code><a href="regexp_replace.html">regexp_replace</a></code>; <code><a 
href="reverse.html">reverse</a></code>,
+<code><a href="reverse.html">reverse</a></code>; <code><a 
href="rpad.html">rpad</a></code>,
+<code><a href="rpad.html">rpad</a></code>; <code><a 
href="soundex.html">soundex</a></code>,
+<code><a href="soundex.html">soundex</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="translate.html">translate</a></code>,
+<code><a href="translate.html">translate</a></code>; <code><a 
href="trim.html">trim</a></code>,
+<code><a href="trim.html">trim</a></code>; <code><a 
href="unbase64.html">unbase64</a></code>,
+<code><a href="unbase64.html">unbase64</a></code>; <code><a 
href="upper.html">upper</a></code>,
+<code><a href="upper.html">upper</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: rtrim(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/sample.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/sample.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/sample.html (added)
+++ spark/site/docs/1.5.0/api/R/sample.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,68 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Sample</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 sample,DataFrame,logical,numeric-method 
{SparkR}"><tr><td>sample,DataFrame,logical,numeric-method {SparkR}</td><td 
style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Sample</h2>
+
+<h3>Description</h3>
+
+<p>Return a sampled subset of this DataFrame using a random seed.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,logical,numeric'
+sample(x, withReplacement, fraction)
+
+## S4 method for signature 'DataFrame,logical,numeric'
+sample_frac(x, withReplacement, fraction)
+
+sample(x, withReplacement, fraction, seed)
+
+sample_frac(x, withReplacement, fraction, seed)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>withReplacement</code></td>
+<td>
+<p>Sampling with replacement or not</p>
+</td></tr>
+<tr valign="top"><td><code>fraction</code></td>
+<td>
+<p>The (rough) sample target fraction</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D collect(sample(df, FALSE, 0.5))
+##D collect(sample(df, TRUE, 0.5))
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/saveAsParquetFile.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/saveAsParquetFile.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/saveAsParquetFile.html (added)
+++ spark/site/docs/1.5.0/api/R/saveAsParquetFile.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: saveAsParquetFile</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 saveAsParquetFile 
{SparkR}"><tr><td>saveAsParquetFile {SparkR}</td><td style="text-align: 
right;">R Documentation</td></tr></table>
+
+<h2>saveAsParquetFile</h2>
+
+<h3>Description</h3>
+
+<p>Save the contents of a DataFrame as a Parquet file, preserving the schema. 
Files written out
+with this method can be read back in as a DataFrame using parquetFile().
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,character'
+saveAsParquetFile(x, path)
+
+saveAsParquetFile(x, path)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>path</code></td>
+<td>
+<p>The directory where the file is saved</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D saveAsParquetFile(df, &quot;/tmp/sparkr-tmp/&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/saveAsTable.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/saveAsTable.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/saveAsTable.html (added)
+++ spark/site/docs/1.5.0/api/R/saveAsTable.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,82 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: saveAsTable</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 saveAsTable 
{SparkR}"><tr><td>saveAsTable {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>saveAsTable</h2>
+
+<h3>Description</h3>
+
+<p>Save the contents of the DataFrame to a data source as a table
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,character,character,character'
+saveAsTable(df, tableName,
+  source = NULL, mode = "append", ...)
+
+saveAsTable(df, tableName, source, mode, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>df</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>tableName</code></td>
+<td>
+<p>A name for the table</p>
+</td></tr>
+<tr valign="top"><td><code>source</code></td>
+<td>
+<p>A name for external data source</p>
+</td></tr>
+<tr valign="top"><td><code>mode</code></td>
+<td>
+<p>One of 'append', 'overwrite', 'error', 'ignore'</p>
+</td></tr>
+</table>
+
+
+<h3>Details</h3>
+
+<p>The data source is specified by the 'source' and a set of options (...).
+If 'source' is not specified, the default data source configured by
+spark.sql.sources.default will be used.
+</p>
+<p>Additionally, mode is used to specify the behavior of the save operation 
when
+data already exists in the data source. There are four modes:
+append: Contents of this DataFrame are expected to be appended to existing 
data.
+overwrite: Existing data is expected to be overwritten by the contents of
+error: An exception is expected to be thrown.
+ignore: The save operation is expected to not save the contents of the 
DataFrame
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D saveAsTable(df, &quot;myfile&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/schema.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/schema.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/schema.html (added)
+++ spark/site/docs/1.5.0/api/R/schema.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Get schema object</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 schema {SparkR}"><tr><td>schema 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Get schema object</h2>
+
+<h3>Description</h3>
+
+<p>Returns the schema of this DataFrame as a structType object.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+schema(x)
+
+columns(x)
+
+dtypes(x)
+
+printSchema(x)
+
+schema(x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D dfSchema &lt;- schema(df)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/second.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/second.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/second.html (added)
+++ spark/site/docs/1.5.0/api/R/second.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,69 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: second</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 second {SparkR}"><tr><td>second 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>second</h2>
+
+<h3>Description</h3>
+
+<p>Extracts the seconds as an integer from a given date/timestamp/string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+second(x)
+
+second(x)
+</pre>
+
+
+<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="date_add.html">date_add</a></code>,
+<code><a href="date_add.html">date_add</a></code>; <code><a 
href="date_format.html">date_format</a></code>,
+<code><a href="date_format.html">date_format</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="datediff.html">datediff</a></code>,
+<code><a href="datediff.html">datediff</a></code>; <code><a 
href="dayofmonth.html">dayofmonth</a></code>,
+<code><a href="dayofmonth.html">dayofmonth</a></code>; <code><a 
href="dayofyear.html">dayofyear</a></code>,
+<code><a href="dayofyear.html">dayofyear</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_utc_timestamp.html">from_utc_timestamp</a></code>,
+<code><a href="from_utc_timestamp.html">from_utc_timestamp</a></code>; 
<code><a href="hour.html">hour</a></code>,
+<code><a href="hour.html">hour</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="minute.html">minute</a></code>,
+<code><a href="minute.html">minute</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="month.html">month</a></code>,
+<code><a href="month.html">month</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="quarter.html">quarter</a></code>,
+<code><a href="quarter.html">quarter</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_utc_timestamp.html">to_utc_timestamp</a></code>,
+<code><a href="to_utc_timestamp.html">to_utc_timestamp</a></code>;
+<code><a href="unix_timestamp.html">unix_timestamp</a></code>,
+<code><a href="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="weekofyear.html">weekofyear</a></code>,
+<code><a href="weekofyear.html">weekofyear</a></code>; <code><a 
href="year.html">year</a></code>,
+<code><a href="year.html">year</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: second(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/select.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/select.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/select.html (added)
+++ spark/site/docs/1.5.0/api/R/select.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,90 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Select</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 $ {SparkR}"><tr><td>$ {SparkR}</td><td 
style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Select</h2>
+
+<h3>Description</h3>
+
+<p>Selects a set of columns with names or Column expressions.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+x$name
+
+## S4 replacement method for signature 'DataFrame'
+x$name &lt;- value
+
+## S4 method for signature 'DataFrame,character'
+select(x, col, ...)
+
+## S4 method for signature 'DataFrame,Column'
+select(x, col, ...)
+
+## S4 method for signature 'DataFrame,list'
+select(x, col)
+
+select(x, col, ...)
+
+selectExpr(x, expr, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>col</code></td>
+<td>
+<p>A list of columns or single Column or name</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A new DataFrame with selected columns
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other subsetting functions: <code><a href="subset.html">[</a></code>,
+<code><a href="subset.html">[</a></code>, <code><a 
href="subset.html">[</a></code>, <code><a href="subset.html">[[</a></code>,
+<code><a href="subset.html">subset</a></code>; <code><a 
href="filter.html">filter</a></code>,
+<code><a href="filter.html">filter</a></code>, <code><a 
href="filter.html">where</a></code>,
+<code><a href="filter.html">where</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   select(df, &quot;*&quot;)
+##D   select(df, &quot;col1&quot;, &quot;col2&quot;)
+##D   select(df, df$name, df$age + 1)
+##D   select(df, c(&quot;col1&quot;, &quot;col2&quot;))
+##D   select(df, list(df$name, df$age + 1))
+##D   # Similar to R data frames columns can also be selected using `$`
+##D   df$age
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/selectExpr.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/selectExpr.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/selectExpr.html (added)
+++ spark/site/docs/1.5.0/api/R/selectExpr.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: SelectExpr</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 selectExpr {SparkR}"><tr><td>selectExpr 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>SelectExpr</h2>
+
+<h3>Description</h3>
+
+<p>Select from a DataFrame using a set of SQL expressions.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame,character'
+selectExpr(x, expr, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A DataFrame to be selected from.</p>
+</td></tr>
+<tr valign="top"><td><code>expr</code></td>
+<td>
+<p>A string containing a SQL expression</p>
+</td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+<p>Additional expressions</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>A DataFrame
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D selectExpr(df, &quot;col1&quot;, &quot;(col2 * 5) as newCol&quot;)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/setJobGroup.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/setJobGroup.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/setJobGroup.html (added)
+++ spark/site/docs/1.5.0/api/R/setJobGroup.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: Assigns a group ID to all 
the jobs started by this thread...</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 setJobGroup 
{SparkR}"><tr><td>setJobGroup {SparkR}</td><td style="text-align: right;">R 
Documentation</td></tr></table>
+
+<h2>Assigns a group ID to all the jobs started by this thread until the group 
ID is set to a
+different value or cleared.</h2>
+
+<h3>Description</h3>
+
+<p>Assigns a group ID to all the jobs started by this thread until the group 
ID is set to a
+different value or cleared.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+setJobGroup(sc, groupId, description, interruptOnCancel)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sc</code></td>
+<td>
+<p>existing spark context</p>
+</td></tr>
+<tr valign="top"><td><code>description</code></td>
+<td>
+<p>description for the the job group ID</p>
+</td></tr>
+<tr valign="top"><td><code>interruptOnCancel</code></td>
+<td>
+<p>flag to indicate if the job is interrupted on job cancellation</p>
+</td></tr>
+<tr valign="top"><td><code>groupid</code></td>
+<td>
+<p>the ID to be assigned to job groups</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D setJobGroup(sc, &quot;myJobGroup&quot;, &quot;My job group 
description&quot;, TRUE)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/sha1.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/sha1.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/sha1.html (added)
+++ spark/site/docs/1.5.0/api/R/sha1.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: sha1</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 sha1 {SparkR}"><tr><td>sha1 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>sha1</h2>
+
+<h3>Description</h3>
+
+<p>Calculates the SHA-1 digest of a binary column and returns the value
+as a 40 character hex string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+sha1(x)
+
+sha1(x)
+</pre>
+
+
+<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="md5.html">md5</a></code>, <code><a 
href="md5.html">md5</a></code>; <code><a href="sha2.html">sha2</a></code>,
+<code><a href="sha2.html">sha2</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: sha1(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/sha2.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/sha2.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/sha2.html (added)
+++ spark/site/docs/1.5.0/api/R/sha2.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,49 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: sha2</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for sha2 {SparkR}"><tr><td>sha2 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>sha2</h2>
+
+<h3>Description</h3>
+
+<p>Calculates the SHA-2 family of hash functions of a binary column and
+returns the value as a hex string.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric'
+sha2(y, x)
+
+sha2(y, x)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>y</code></td>
+<td>
+<p>column to compute SHA-2 on.</p>
+</td></tr>
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>one of 224, 256, 384, or 512.</p>
+</td></tr>
+</table>
+
+
+<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="md5.html">md5</a></code>, <code><a 
href="md5.html">md5</a></code>; <code><a href="sha1.html">sha1</a></code>,
+<code><a href="sha1.html">sha1</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/shiftLeft.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/shiftLeft.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/shiftLeft.html (added)
+++ spark/site/docs/1.5.0/api/R/shiftLeft.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: shiftLeft</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for shiftLeft {SparkR}"><tr><td>shiftLeft 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>shiftLeft</h2>
+
+<h3>Description</h3>
+
+<p>Shift the the given value numBits left. If the given value is a long value, 
this function
+will return a long value else it will return an integer value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric'
+shiftLeft(y, x)
+
+shiftLeft(y, x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a 
href="shiftRight.html">shiftRight</a></code>;
+<code><a href="signum.html">signum</a></code>, <code><a 
href="signum.html">signum</a></code>,
+<code><a href="signum.html">signum</a></code>; <code><a 
href="sinh.html">sinh</a></code>;
+<code><a href="sin.html">sin</a></code>; <code><a 
href="sqrt.html">sqrt</a></code>;
+<code><a href="tanh.html">tanh</a></code>; <code><a 
href="tan.html">tan</a></code>;
+<code><a href="toDegrees.html">toDegrees</a></code>, <code><a 
href="toDegrees.html">toDegrees</a></code>;
+<code><a href="toRadians.html">toRadians</a></code>, <code><a 
href="toRadians.html">toRadians</a></code>;
+<code><a href="unhex.html">unhex</a></code>, <code><a 
href="unhex.html">unhex</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/shiftRight.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/shiftRight.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/shiftRight.html (added)
+++ spark/site/docs/1.5.0/api/R/shiftRight.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: shiftRight</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for shiftRight {SparkR}"><tr><td>shiftRight 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>shiftRight</h2>
+
+<h3>Description</h3>
+
+<p>Shift the the given value numBits right. If the given value is a long 
value, it will return
+a long value else it will return an integer value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric'
+shiftRight(y, x)
+
+shiftRight(y, x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>; 
<code><a href="signum.html">signum</a></code>,
+<code><a href="signum.html">signum</a></code>, <code><a 
href="signum.html">signum</a></code>;
+<code><a href="sinh.html">sinh</a></code>; <code><a 
href="sin.html">sin</a></code>;
+<code><a href="sqrt.html">sqrt</a></code>; <code><a 
href="tanh.html">tanh</a></code>;
+<code><a href="tan.html">tan</a></code>; <code><a 
href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees</a></code>; <code><a 
href="toRadians.html">toRadians</a></code>,
+<code><a href="toRadians.html">toRadians</a></code>; <code><a 
href="unhex.html">unhex</a></code>,
+<code><a href="unhex.html">unhex</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/shiftRightUnsigned.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/shiftRightUnsigned.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/shiftRightUnsigned.html (added)
+++ spark/site/docs/1.5.0/api/R/shiftRightUnsigned.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: shiftRightUnsigned</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link rel="stylesheet" type="text/css" href="R.css" />
+</head><body>
+
+<table width="100%" summary="page for shiftRightUnsigned 
{SparkR}"><tr><td>shiftRightUnsigned {SparkR}</td><td style="text-align: 
right;">R Documentation</td></tr></table>
+
+<h2>shiftRightUnsigned</h2>
+
+<h3>Description</h3>
+
+<p>Unsigned shift the the given value numBits right. If the given value is a 
long value,
+it will return a long value else it will return an integer value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric'
+shiftRightUnsigned(y, x)
+
+shiftRightUnsigned(y, x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>; <code><a 
href="shiftRight.html">shiftRight</a></code>,
+<code><a href="shiftRight.html">shiftRight</a></code>; <code><a 
href="signum.html">signum</a></code>,
+<code><a href="signum.html">signum</a></code>, <code><a 
href="signum.html">signum</a></code>;
+<code><a href="sinh.html">sinh</a></code>; <code><a 
href="sin.html">sin</a></code>;
+<code><a href="sqrt.html">sqrt</a></code>; <code><a 
href="tanh.html">tanh</a></code>;
+<code><a href="tan.html">tan</a></code>; <code><a 
href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees</a></code>; <code><a 
href="toRadians.html">toRadians</a></code>,
+<code><a href="toRadians.html">toRadians</a></code>; <code><a 
href="unhex.html">unhex</a></code>,
+<code><a href="unhex.html">unhex</a></code>
+</p>
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/show.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/show.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/show.html (added)
+++ spark/site/docs/1.5.0/api/R/show.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: show</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 show {SparkR}"><tr><td>show 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>show</h2>
+
+<h3>Description</h3>
+
+<p>Print the DataFrame column names and types
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+show(object)
+
+## S4 method for signature 'Column'
+show(object)
+
+## S4 method for signature 'GroupedData'
+show(object)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D df
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/showDF.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/showDF.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/showDF.html (added)
+++ spark/site/docs/1.5.0/api/R/showDF.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: showDF</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 showDF {SparkR}"><tr><td>showDF 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>showDF</h2>
+
+<h3>Description</h3>
+
+<p>Print the first numRows rows of a DataFrame
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+showDF(x, numRows = 20, truncate = TRUE)
+
+showDF(x, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+<p>A SparkSQL DataFrame</p>
+</td></tr>
+<tr valign="top"><td><code>numRows</code></td>
+<td>
+<p>The number of rows to print. Defaults to 20.</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D showDF(df)
+## End(Not run)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>

Added: spark/site/docs/1.5.0/api/R/signum.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/signum.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/signum.html (added)
+++ spark/site/docs/1.5.0/api/R/signum.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,101 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><title>R: signum</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 signum {SparkR}"><tr><td>signum 
{SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>signum</h2>
+
+<h3>Description</h3>
+
+<p>Computes the signum of the given value.
+</p>
+<p>Computes the signum of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+signum(x)
+
+## S4 method for signature 'Column'
+sign(x)
+
+signum(x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a 
href="shiftRight.html">shiftRight</a></code>;
+<code><a href="sinh.html">sinh</a></code>; <code><a 
href="sin.html">sin</a></code>;
+<code><a href="sqrt.html">sqrt</a></code>; <code><a 
href="tanh.html">tanh</a></code>;
+<code><a href="tan.html">tan</a></code>; <code><a 
href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees</a></code>; <code><a 
href="toRadians.html">toRadians</a></code>,
+<code><a href="toRadians.html">toRadians</a></code>; <code><a 
href="unhex.html">unhex</a></code>,
+<code><a href="unhex.html">unhex</a></code>
+</p>
+<p>Other math_funcs: <code><a href="acos.html">acos</a></code>; <code><a 
href="asin.html">asin</a></code>;
+<code><a href="atan2.html">atan2</a></code>; <code><a 
href="atan.html">atan</a></code>;
+<code><a href="bin.html">bin</a></code>, <code><a 
href="bin.html">bin</a></code>; <code><a href="cbrt.html">cbrt</a></code>,
+<code><a href="cbrt.html">cbrt</a></code>; <code><a 
href="ceil.html">ceil</a></code>,
+<code><a href="ceil.html">ceil</a></code>, <code><a 
href="ceil.html">ceil</a></code>;
+<code><a href="conv.html">conv</a></code>, <code><a 
href="conv.html">conv</a></code>;
+<code><a href="cosh.html">cosh</a></code>; <code><a 
href="cos.html">cos</a></code>;
+<code><a href="expm1.html">expm1</a></code>; <code><a 
href="exp.html">exp</a></code>;
+<code><a href="factorial.html">factorial</a></code>; <code><a 
href="floor.html">floor</a></code>;
+<code><a href="hex.html">hex</a></code>, <code><a 
href="hex.html">hex</a></code>;
+<code><a href="hypot.html">hypot</a></code>, <code><a 
href="hypot.html">hypot</a></code>;
+<code><a href="log10.html">log10</a></code>; <code><a 
href="log1p.html">log1p</a></code>;
+<code><a href="log2.html">log2</a></code>; <code><a 
href="log.html">log</a></code>;
+<code><a href="pmod.html">pmod</a></code>, <code><a 
href="pmod.html">pmod</a></code>;
+<code><a href="rint.html">rint</a></code>, <code><a 
href="rint.html">rint</a></code>;
+<code><a href="round.html">round</a></code>; <code><a 
href="shiftLeft.html">shiftLeft</a></code>,
+<code><a href="shiftLeft.html">shiftLeft</a></code>;
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>,
+<code><a href="shiftRightUnsigned.html">shiftRightUnsigned</a></code>;
+<code><a href="shiftRight.html">shiftRight</a></code>, <code><a 
href="shiftRight.html">shiftRight</a></code>;
+<code><a href="sinh.html">sinh</a></code>; <code><a 
href="sin.html">sin</a></code>;
+<code><a href="sqrt.html">sqrt</a></code>; <code><a 
href="tanh.html">tanh</a></code>;
+<code><a href="tan.html">tan</a></code>; <code><a 
href="toDegrees.html">toDegrees</a></code>,
+<code><a href="toDegrees.html">toDegrees</a></code>; <code><a 
href="toRadians.html">toRadians</a></code>,
+<code><a href="toRadians.html">toRadians</a></code>; <code><a 
href="unhex.html">unhex</a></code>,
+<code><a href="unhex.html">unhex</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: signum(df$c)
+</code></pre>
+
+
+<hr /><div style="text-align: center;">[Package <em>SparkR</em> version 1.5.0 
<a href="00Index.html">Index</a>]</div>
+</body></html>



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

Reply via email to