Skip to content

Commit 40199eb

Browse files
shivaramDavies Liu
authored and
Davies Liu
committed
Move except into sorted position
1 parent 07d0dbc commit 40199eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ exportClasses("DataFrame")
9999
exportMethods("columns",
100100
"distinct",
101101
"dtypes",
102+
"except",
102103
"explain",
103104
"filter",
104105
"groupBy",
@@ -122,7 +123,6 @@ exportMethods("columns",
122123
"show",
123124
"showDF",
124125
"sortDF",
125-
"except",
126126
"toJSON",
127127
"toRDD",
128128
"unionAll",

0 commit comments

Comments
 (0)