Skip to content
Snippets Groups Projects
Commit ad7f0f16 authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

[SPARK-10308] [SPARKR] Add %in% to the exported namespace

I also checked all the other functions defined in column.R, functions.R and DataFrame.R and everything else looked fine.

cc yu-iskw

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #8473 from shivaram/in-namespace.
parent d41d6c48
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,12 @@ exportMethods("arrange", ...@@ -47,12 +47,12 @@ exportMethods("arrange",
"join", "join",
"limit", "limit",
"merge", "merge",
"mutate",
"na.omit",
"names", "names",
"ncol", "ncol",
"nrow", "nrow",
"orderBy", "orderBy",
"mutate",
"names",
"persist", "persist",
"printSchema", "printSchema",
"rbind", "rbind",
...@@ -82,7 +82,8 @@ exportMethods("arrange", ...@@ -82,7 +82,8 @@ exportMethods("arrange",
exportClasses("Column") exportClasses("Column")
exportMethods("abs", exportMethods("%in%",
"abs",
"acos", "acos",
"add_months", "add_months",
"alias", "alias",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment