aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/NAMESPACE')
-rw-r--r--R/pkg/NAMESPACE6
1 files changed, 5 insertions, 1 deletions
diff --git a/R/pkg/NAMESPACE b/R/pkg/NAMESPACE
index 5d04dd6aca..43e5e0119e 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -27,7 +27,10 @@ exportMethods("arrange",
"attach",
"cache",
"collect",
+ "colnames",
+ "colnames<-",
"coltypes",
+ "coltypes<-",
"columns",
"count",
"cov",
@@ -56,6 +59,7 @@ exportMethods("arrange",
"mutate",
"na.omit",
"names",
+ "names<-",
"ncol",
"nrow",
"orderBy",
@@ -276,4 +280,4 @@ export("structField",
"structType",
"structType.jobj",
"structType.structField",
- "print.structType") \ No newline at end of file
+ "print.structType")