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",
"join",
"limit",
"merge",
"mutate",
"na.omit",
"names",
"ncol",
"nrow",
"orderBy",
"mutate",
"names",
"persist",
"printSchema",
"rbind",
......@@ -82,7 +82,8 @@ exportMethods("arrange",
exportClasses("Column")
exportMethods("abs",
exportMethods("%in%",
"abs",
"acos",
"add_months",
"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