You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2015/09/18 18:25:37 UTC

svn commit: r1703900 [2/8] - /spark/site/docs/1.5.0/api/R/

Added: spark/site/docs/1.5.0/api/R/atan.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/atan.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/atan.html (added)
+++ spark/site/docs/1.5.0/api/R/atan.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: atan</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 atan {SparkR}"><tr><td>atan {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>atan</h2>
+
+<h3>Description</h3>
+
+<p>Computes the tangent inverse of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+atan(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="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="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: atan(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/atan2.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/atan2.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/atan2.html (added)
+++ spark/site/docs/1.5.0/api/R/atan2.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: atan2</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 atan2 {SparkR}"><tr><td>atan2 {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>atan2</h2>
+
+<h3>Description</h3>
+
+<p>Returns the angle theta from the conversion of rectangular coordinates (x, y) to
+polar coordinates (r, theta).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+atan2(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="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="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: atan2(df$c, x)
+</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/avg.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/avg.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/avg.html (added)
+++ spark/site/docs/1.5.0/api/R/avg.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,55 @@
+<!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: avg</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 avg {SparkR}"><tr><td>avg {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>avg</h2>
+
+<h3>Description</h3>
+
+<p>Aggregate function: returns the average of the values in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+avg(x)
+
+avg(x, ...)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>;
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">n_distinct</a></code>;
+<code><a href="nrow.html">count</a></code>, <code><a href="nrow.html">count</a></code>,
+<code><a href="nrow.html">count</a></code>, <code><a href="count.html">n</a></code>, <code><a href="nrow.html">nrow</a></code>;
+<code><a href="first.html">first</a></code>, <code><a href="first.html">first</a></code>;
+<code><a href="last.html">last</a></code>, <code><a href="last.html">last</a></code>;
+<code><a href="max.html">max</a></code>; <code><a href="mean.html">mean</a></code>; <code><a href="min.html">min</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>;
+<code><a href="sum.html">sum</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: avg(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/base64.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/base64.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/base64.html (added)
+++ spark/site/docs/1.5.0/api/R/base64.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: base64</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 base64 {SparkR}"><tr><td>base64 {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>base64</h2>
+
+<h3>Description</h3>
+
+<p>Computes the BASE64 encoding of a binary column and returns it as a string column.
+This is the reverse of unbase64.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+base64(x)
+
+base64(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="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="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: base64(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/between.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/between.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/between.html (added)
+++ spark/site/docs/1.5.0/api/R/between.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,41 @@
+<!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: between</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 between {SparkR}"><tr><td>between {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>between</h2>
+
+<h3>Description</h3>
+
+<p>Test if the column is between the lower bound and upper bound, inclusive.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+between(x, bounds)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>bounds</code></td>
+<td>
+<p>lower and upper bounds</p>
+</td></tr>
+</table>
+
+
+<h3>See Also</h3>
+
+<p>Other colum_func: <code><a href="alias.html">alias</a></code>; <code><a href="column.html">cast</a></code>;
+<code><a href="otherwise.html">otherwise</a></code>; <code><a href="substr.html">substr</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/bin.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/bin.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/bin.html (added)
+++ spark/site/docs/1.5.0/api/R/bin.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: bin</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 bin {SparkR}"><tr><td>bin {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>bin</h2>
+
+<h3>Description</h3>
+
+<p>An expression that returns the string representation of the binary value of the given long
+column. For example, bin(&quot;12&quot;) returns &quot;1100&quot;.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+bin(x)
+
+bin(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="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="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: bin(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/bitwiseNOT.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/bitwiseNOT.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/bitwiseNOT.html (added)
+++ spark/site/docs/1.5.0/api/R/bitwiseNOT.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,55 @@
+<!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: bitwiseNOT</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 bitwiseNOT {SparkR}"><tr><td>bitwiseNOT {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>bitwiseNOT</h2>
+
+<h3>Description</h3>
+
+<p>Computes bitwise NOT.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+bitwiseNOT(x)
+
+bitwiseNOT(x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other normal_funcs: <code><a href="abs.html">abs</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="randn.html">randn</a></code>, <code><a href="randn.html">randn</a></code>,
+<code><a href="randn.html">randn</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>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: bitwiseNOT(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/cache-methods.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cache-methods.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cache-methods.html (added)
+++ spark/site/docs/1.5.0/api/R/cache-methods.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,52 @@
+<!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: Cache</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 cache,DataFrame-method {SparkR}"><tr><td>cache,DataFrame-method {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Cache</h2>
+
+<h3>Description</h3>
+
+<p>Persist with the default storage level (MEMORY_ONLY).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+cache(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 cache(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/cache.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cache.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cache.html (added)
+++ spark/site/docs/1.5.0/api/R/cache.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,52 @@
+<!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: Cache</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 cache {SparkR}"><tr><td>cache {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Cache</h2>
+
+<h3>Description</h3>
+
+<p>Persist with the default storage level (MEMORY_ONLY).
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+cache(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 cache(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/cacheTable.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cacheTable.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cacheTable.html (added)
+++ spark/site/docs/1.5.0/api/R/cacheTable.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: Cache 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 cacheTable {SparkR}"><tr><td>cacheTable {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Cache Table</h2>
+
+<h3>Description</h3>
+
+<p>Caches the specified table in-memory.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+cacheTable(sqlContext, tableName)
+</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>tableName</code></td>
+<td>
+<p>The name of the table being cached</p>
+</td></tr>
+</table>
+
+
+<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 path &lt;- &quot;path/to/file.json&quot;
+##D df &lt;- jsonFile(sqlContext, path)
+##D registerTempTable(df, &quot;table&quot;)
+##D cacheTable(sqlContext, &quot;table&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/cancelJobGroup.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cancelJobGroup.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cancelJobGroup.html (added)
+++ spark/site/docs/1.5.0/api/R/cancelJobGroup.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,52 @@
+<!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: Cancel active jobs for the specified group</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 cancelJobGroup {SparkR}"><tr><td>cancelJobGroup {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Cancel active jobs for the specified group</h2>
+
+<h3>Description</h3>
+
+<p>Cancel active jobs for the specified group
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+cancelJobGroup(sc, groupId)
+</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>groupId</code></td>
+<td>
+<p>the ID of job group to be cancelled</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D cancelJobGroup(sc, &quot;myJobGroup&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/cast.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cast.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cast.html (added)
+++ spark/site/docs/1.5.0/api/R/cast.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: Casts the column to a different data type.</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 cast {SparkR}"><tr><td>cast {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Casts the column to a different data type.</h2>
+
+<h3>Description</h3>
+
+<p>Casts the column to a different data type.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+cast(x, dataType)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other colum_func: <code><a href="alias.html">alias</a></code>;
+<code><a href="column.html">between</a></code>; <code><a href="otherwise.html">otherwise</a></code>;
+<code><a href="substr.html">substr</a></code>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D   cast(df$age, &quot;string&quot;)
+##D   cast(df$name, list(type=&quot;array&quot;, elementType=&quot;byte&quot;, containsNull = 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/cbrt.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cbrt.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cbrt.html (added)
+++ spark/site/docs/1.5.0/api/R/cbrt.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: cbrt</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 cbrt {SparkR}"><tr><td>cbrt {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>cbrt</h2>
+
+<h3>Description</h3>
+
+<p>Computes the cube-root of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+cbrt(x)
+
+cbrt(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="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="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: cbrt(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/ceil.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/ceil.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/ceil.html (added)
+++ spark/site/docs/1.5.0/api/R/ceil.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,99 @@
+<!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: ceil</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 ceil {SparkR}"><tr><td>ceil {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>ceil</h2>
+
+<h3>Description</h3>
+
+<p>Computes the ceiling of the given value.
+</p>
+<p>Computes the ceiling of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+ceil(x)
+
+## S4 method for signature 'Column'
+ceiling(x)
+
+ceil(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="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="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>
+<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="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="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: ceil(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/clearCache.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/clearCache.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/clearCache.html (added)
+++ spark/site/docs/1.5.0/api/R/clearCache.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: Clear Cache</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 clearCache {SparkR}"><tr><td>clearCache {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Clear Cache</h2>
+
+<h3>Description</h3>
+
+<p>Removes all cached tables from the in-memory cache.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+clearCache(sqlContext)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sqlContext</code></td>
+<td>
+<p>SQLContext to use</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D clearCache(sqlContext)
+## 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/clearJobGroup.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/clearJobGroup.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/clearJobGroup.html (added)
+++ spark/site/docs/1.5.0/api/R/clearJobGroup.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,48 @@
+<!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: Clear current job group ID and its description</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 clearJobGroup {SparkR}"><tr><td>clearJobGroup {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Clear current job group ID and its description</h2>
+
+<h3>Description</h3>
+
+<p>Clear current job group ID and its description
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+clearJobGroup(sc)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sc</code></td>
+<td>
+<p>existing spark context</p>
+</td></tr>
+</table>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D clearJobGroup(sc)
+## 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/collect-methods.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/collect-methods.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/collect-methods.html (added)
+++ spark/site/docs/1.5.0/api/R/collect-methods.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: Collects all the elements of a Spark DataFrame and coerces...</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 collect,DataFrame-method {SparkR}"><tr><td>collect,DataFrame-method {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Collects all the elements of a Spark DataFrame and coerces them into an R data.frame.</h2>
+
+<h3>Description</h3>
+
+<p>Collects all the elements of a Spark DataFrame and coerces them into an R data.frame.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+collect(x, stringsAsFactors = FALSE)
+</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>stringsAsFactors</code></td>
+<td>
+<p>(Optional) A logical indicating whether or not string columns
+should be converted to factors. FALSE by default.</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 collected &lt;- collect(df)
+##D firstName &lt;- collected[[1]]$name
+## 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/collect.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/collect.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/collect.html (added)
+++ spark/site/docs/1.5.0/api/R/collect.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: Collects all the elements of a Spark DataFrame and coerces...</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 collect {SparkR}"><tr><td>collect {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Collects all the elements of a Spark DataFrame and coerces them into an R data.frame.</h2>
+
+<h3>Description</h3>
+
+<p>Collects all the elements of a Spark DataFrame and coerces them into an R data.frame.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+collect(x, stringsAsFactors = FALSE)
+</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>stringsAsFactors</code></td>
+<td>
+<p>(Optional) A logical indicating whether or not string columns
+should be converted to factors. FALSE by default.</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 collected &lt;- collect(df)
+##D firstName &lt;- collected[[1]]$name
+## 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/column.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/column.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/column.html (added)
+++ spark/site/docs/1.5.0/api/R/column.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: S4 class that represents a DataFrame column</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 Column-class {SparkR}"><tr><td>Column-class {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>S4 class that represents a DataFrame column</h2>
+
+<h3>Description</h3>
+
+<p>The column class supports unary, binary operations on DataFrame columns
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+asc(x)
+
+between(x, bounds)
+
+cast(x, dataType)
+
+contains(x, ...)
+
+desc(x)
+
+endsWith(x, ...)
+
+getField(x, ...)
+
+getItem(x, ...)
+
+isNull(x)
+
+isNotNull(x)
+
+like(x, ...)
+
+rlike(x, ...)
+
+startsWith(x, ...)
+
+when(condition, value)
+
+otherwise(x, value)
+</pre>
+
+
+<h3>Slots</h3>
+
+
+<dl>
+<dt><code>jc</code></dt><dd><p>reference to JVM DataFrame column</p>
+</dd>
+</dl>
+
+<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/columns.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/columns.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/columns.html (added)
+++ spark/site/docs/1.5.0/api/R/columns.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: Column names</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 columns {SparkR}"><tr><td>columns {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Column names</h2>
+
+<h3>Description</h3>
+
+<p>Return all column names as a list
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+columns(x)
+
+## S4 method for signature 'DataFrame'
+names(x)
+
+## S4 replacement method for signature 'DataFrame'
+names(x) &lt;- value
+</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 columns(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/concat.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/concat.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/concat.html (added)
+++ spark/site/docs/1.5.0/api/R/concat.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: concat</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 concat {SparkR}"><tr><td>concat {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>concat</h2>
+
+<h3>Description</h3>
+
+<p>Concatenates multiple input string columns together into a single string column.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+concat(x, ...)
+
+concat(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="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="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/concat_ws.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/concat_ws.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/concat_ws.html (added)
+++ spark/site/docs/1.5.0/api/R/concat_ws.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: concat_ws</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 concat_ws {SparkR}"><tr><td>concat_ws {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>concat_ws</h2>
+
+<h3>Description</h3>
+
+<p>Concatenates multiple input string columns together into a single string column,
+using the given separator.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'character,Column'
+concat_ws(sep, x, ...)
+
+concat_ws(sep, 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.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="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/conv.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/conv.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/conv.html (added)
+++ spark/site/docs/1.5.0/api/R/conv.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: conv</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 conv {SparkR}"><tr><td>conv {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>conv</h2>
+
+<h3>Description</h3>
+
+<p>Convert a number in a string column from one base to another.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column,numeric,numeric'
+conv(x, fromBase, toBase)
+
+conv(x, fromBase, toBase)
+</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="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="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/cos.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cos.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cos.html (added)
+++ spark/site/docs/1.5.0/api/R/cos.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: cos</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 cos {SparkR}"><tr><td>cos {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>cos</h2>
+
+<h3>Description</h3>
+
+<p>Computes the cosine of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+cos(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="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="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: cos(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/cosh.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/cosh.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/cosh.html (added)
+++ spark/site/docs/1.5.0/api/R/cosh.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: cosh</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 cosh {SparkR}"><tr><td>cosh {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>cosh</h2>
+
+<h3>Description</h3>
+
+<p>Computes the hyperbolic cosine of the given value.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+cosh(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="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="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: cosh(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/count.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/count.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/count.html (added)
+++ spark/site/docs/1.5.0/api/R/count.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,93 @@
+<!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: Count</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 count {SparkR}"><tr><td>count {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Count</h2>
+
+<h3>Description</h3>
+
+<p>Returns the number of rows in a DataFrame
+</p>
+<p>Aggregate function: returns the number of items in a group.
+</p>
+<p>Aggregate function: returns the number of items in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'DataFrame'
+count(x)
+
+## S4 method for signature 'Column'
+count(x)
+
+## S4 method for signature 'Column'
+n(x)
+
+n(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>See Also</h3>
+
+<p>Other agg_funcs: <code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>; <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg</a></code>; <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">n_distinct</a></code>; <code><a href="first.html">first</a></code>,
+<code><a href="first.html">first</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>; <code><a href="max.html">max</a></code>;
+<code><a href="mean.html">mean</a></code>; <code><a href="min.html">min</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>;
+<code><a href="sum.html">sum</a></code>
+</p>
+<p>Other agg_funcs: <code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>; <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg</a></code>; <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">countDistinct</a></code>, <code><a href="countDistinct.html">countDistinct</a></code>,
+<code><a href="countDistinct.html">n_distinct</a></code>; <code><a href="first.html">first</a></code>,
+<code><a href="first.html">first</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>; <code><a href="max.html">max</a></code>;
+<code><a href="mean.html">mean</a></code>; <code><a href="min.html">min</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>;
+<code><a href="sum.html">sum</a></code>
+</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 count(df)
+## End(Not run)
+## Not run: count(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/countDistinct.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/countDistinct.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/countDistinct.html (added)
+++ spark/site/docs/1.5.0/api/R/countDistinct.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: Count Distinct</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 countDistinct {SparkR}"><tr><td>countDistinct {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Count Distinct</h2>
+
+<h3>Description</h3>
+
+<p>Count Distinct
+</p>
+<p>Aggregate function: returns the number of distinct items in a group.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+countDistinct(x, ...)
+
+## S4 method for signature 'Column'
+n_distinct(x, ...)
+
+countDistinct(x, ...)
+
+n_distinct(x, ...)
+</pre>
+
+
+<h3>Value</h3>
+
+<p>the number of distinct items in a group.
+</p>
+
+
+<h3>See Also</h3>
+
+<p>Other agg_funcs: <code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>; <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg</a></code>; <code><a href="nrow.html">count</a></code>,
+<code><a href="nrow.html">count</a></code>, <code><a href="nrow.html">count</a></code>,
+<code><a href="count.html">n</a></code>, <code><a href="nrow.html">nrow</a></code>; <code><a href="first.html">first</a></code>,
+<code><a href="first.html">first</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>; <code><a href="max.html">max</a></code>;
+<code><a href="mean.html">mean</a></code>; <code><a href="min.html">min</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>;
+<code><a href="sum.html">sum</a></code>
+</p>
+<p>Other agg_funcs: <code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>,
+<code><a href="approxCountDistinct.html">approxCountDistinct</a></code>; <code><a href="avg.html">avg</a></code>,
+<code><a href="avg.html">avg</a></code>; <code><a href="nrow.html">count</a></code>,
+<code><a href="nrow.html">count</a></code>, <code><a href="nrow.html">count</a></code>,
+<code><a href="count.html">n</a></code>, <code><a href="nrow.html">nrow</a></code>; <code><a href="first.html">first</a></code>,
+<code><a href="first.html">first</a></code>; <code><a href="last.html">last</a></code>,
+<code><a href="last.html">last</a></code>; <code><a href="max.html">max</a></code>;
+<code><a href="mean.html">mean</a></code>; <code><a href="min.html">min</a></code>;
+<code><a href="sumDistinct.html">sumDistinct</a></code>, <code><a href="sumDistinct.html">sumDistinct</a></code>;
+<code><a href="sum.html">sum</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/crc32.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/crc32.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/crc32.html (added)
+++ spark/site/docs/1.5.0/api/R/crc32.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: crc32</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 crc32 {SparkR}"><tr><td>crc32 {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>crc32</h2>
+
+<h3>Description</h3>
+
+<p>Calculates the cyclic redundancy check value  (CRC32) of a binary column and
+returns the value as a bigint.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+## S4 method for signature 'Column'
+crc32(x)
+
+crc32(x)
+</pre>
+
+
+<h3>See Also</h3>
+
+<p>Other misc_funcs: <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>;
+<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: crc32(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/createDataFrame.html
URL: http://svn.apache.org/viewvc/spark/site/docs/1.5.0/api/R/createDataFrame.html?rev=1703900&view=auto
==============================================================================
--- spark/site/docs/1.5.0/api/R/createDataFrame.html (added)
+++ spark/site/docs/1.5.0/api/R/createDataFrame.html Fri Sep 18 16:25:35 2015
@@ -0,0 +1,64 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create a DataFrame from an RDD</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 createDataFrame {SparkR}"><tr><td>createDataFrame {SparkR}</td><td style="text-align: right;">R Documentation</td></tr></table>
+
+<h2>Create a DataFrame from an RDD</h2>
+
+<h3>Description</h3>
+
+<p>Converts an RDD to a DataFrame by infer the types.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+createDataFrame(sqlContext, data, schema = NULL, samplingRatio = 1)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>sqlContext</code></td>
+<td>
+<p>A SQLContext</p>
+</td></tr>
+<tr valign="top"><td><code>data</code></td>
+<td>
+<p>An RDD or list or data.frame</p>
+</td></tr>
+<tr valign="top"><td><code>schema</code></td>
+<td>
+<p>a list of column names or named list (StructType), optional</p>
+</td></tr>
+</table>
+
+
+<h3>Value</h3>
+
+<p>an DataFrame
+</p>
+
+
+<h3>Examples</h3>
+
+<pre><code class="r">## Not run: 
+##D sc &lt;- sparkR.init()
+##D sqlContext &lt;- sparkRSQL.init(sc)
+##D rdd &lt;- lapply(parallelize(sc, 1:10), function(x) list(a=x, b=as.character(x)))
+##D df &lt;- createDataFrame(sqlContext, rdd)
+## 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>



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