aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-06-21 13:36:50 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-06-21 13:36:50 -0700
commitdbfdae4e41a900de01b48639d6554d32edbb2e0b (patch)
treee91108581f7ce883c094deafe26bb1bd3cf7f660 /R/pkg/NAMESPACE
parent918c91954fb46400ce2c5ab066d2ec0ae48dda4a (diff)
downloadspark-dbfdae4e41a900de01b48639d6554d32edbb2e0b.tar.gz
spark-dbfdae4e41a900de01b48639d6554d32edbb2e0b.tar.bz2
spark-dbfdae4e41a900de01b48639d6554d32edbb2e0b.zip
[SPARK-16096][SPARKR] add union and deprecate unionAll
## What changes were proposed in this pull request? add union and deprecate unionAll, separate roxygen2 doc for rbind (since their usage and parameter lists are quite different) `explode` is also deprecated - but seems like replacement is a combination of calls; not sure if we should deprecate it in SparkR, yet. ## How was this patch tested? unit tests, manual checks for r doc Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #13805 from felixcheung/runion.
Diffstat (limited to 'R/pkg/NAMESPACE')
-rw-r--r--R/pkg/NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/pkg/NAMESPACE b/R/pkg/NAMESPACE
index ea42888eae..2272d8bdd5 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -107,6 +107,7 @@ exportMethods("arrange",
"summary",
"take",
"transform",
+ "union",
"unionAll",
"unique",
"unpersist",