aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
authorhqzizania <qian.huang@intel.com>2015-05-08 11:25:04 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-05-08 11:25:04 -0700
commit008a60dd371e76819d8e08ab638cac7b3a48c9fc (patch)
tree88293a2d57c6bade201b7bdb3b1ebf0b13fdffcc /R/pkg/NAMESPACE
parent65afd3ce8b8a0b00f4ea8294eac14b72e964872d (diff)
downloadspark-008a60dd371e76819d8e08ab638cac7b3a48c9fc.tar.gz
spark-008a60dd371e76819d8e08ab638cac7b3a48c9fc.tar.bz2
spark-008a60dd371e76819d8e08ab638cac7b3a48c9fc.zip
[SPARK-6824] Fill the docs for DataFrame API in SparkR
This patch also removes the RDD docs from being built as a part of roxygen just by the method to delete " ' '" of " \#' ". Author: hqzizania <qian.huang@intel.com> Author: qhuang <qian.huang@intel.com> Closes #5969 from hqzizania/R1 and squashes the following commits: 6d27696 [qhuang] fixes in NAMESPACE eb4b095 [qhuang] remove more docs 6394579 [qhuang] remove RDD docs in generics.R 6813860 [hqzizania] Fill the docs for DataFrame API in SparkR 857220f [hqzizania] remove the pairRDD docs from being built as a part of roxygen c045d64 [hqzizania] remove the RDD docs from being built as a part of roxygen
Diffstat (limited to 'R/pkg/NAMESPACE')
-rw-r--r--R/pkg/NAMESPACE4
1 files changed, 0 insertions, 4 deletions
diff --git a/R/pkg/NAMESPACE b/R/pkg/NAMESPACE
index 3fb92be094..7611f479a6 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -26,7 +26,6 @@ exportMethods("cache",
"intersect",
"isLocal",
"join",
- "length",
"limit",
"orderBy",
"names",
@@ -101,9 +100,6 @@ export("cacheTable",
"tables",
"uncacheTable")
-export("sparkRSQL.init",
- "sparkRHive.init")
-
export("structField",
"structField.jobj",
"structField.character",