aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
authorfelixcheung <felixcheung_m@hotmail.com>2015-10-29 21:01:10 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-10-29 21:01:10 -0700
commitd89be0bf81029cd82008a959d191e1c7b6ceaa18 (patch)
treeb58213d98e6935b95eb94881ceff10b1a4c04c16 /R/pkg
parent96cf87f66d47245b19e719cb83947042b21546fa (diff)
downloadspark-d89be0bf81029cd82008a959d191e1c7b6ceaa18.tar.gz
spark-d89be0bf81029cd82008a959d191e1c7b6ceaa18.tar.bz2
spark-d89be0bf81029cd82008a959d191e1c7b6ceaa18.zip
[SPARK-11409][SPARKR] Enable url link in R doc for Persist
Quick one line doc fix link is not clickable ![image](https://cloud.githubusercontent.com/assets/8969467/10833041/4e91dd7c-7e4c-11e5-8905-713b986dbbde.png) shivaram Author: felixcheung <felixcheung_m@hotmail.com> Closes #9363 from felixcheung/rpersistdoc.
Diffstat (limited to 'R/pkg')
-rw-r--r--R/pkg/R/DataFrame.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/pkg/R/DataFrame.R b/R/pkg/R/DataFrame.R
index c894445954..87a2c66ffd 100644
--- a/R/pkg/R/DataFrame.R
+++ b/R/pkg/R/DataFrame.R
@@ -357,7 +357,7 @@ setMethod("cache",
#'
#' Persist this DataFrame with the specified storage level. For details of the
#' supported storage levels, refer to
-#' http://spark.apache.org/docs/latest/programming-guide.html#rdd-persistence.
+#' \url{http://spark.apache.org/docs/latest/programming-guide.html#rdd-persistence}.
#'
#' @param x The DataFrame to persist
#' @rdname persist
@@ -1572,7 +1572,7 @@ setMethod("merge",
joinRes
})
-#'
+#'
#' Creates a list of columns by replacing the intersected ones with aliases.
#' The name of the alias column is formed by concatanating the original column name and a suffix.
#'