We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed691eb commit 94c596dCopy full SHA for 94c596d
R/pkg/R/generics.R
@@ -137,6 +137,10 @@ setGeneric("name", function(x) { standardGeneric("name") })
137
# @export
138
setGeneric("getNumPartitions", function(x) { standardGeneric("getNumPartitions") })
139
140
+# @rdname getNumPartitions
141
+# @export
142
+setGeneric("numPartitions", function(x) { standardGeneric("numPartitions") })
143
+
144
# @rdname persist
145
146
setGeneric("persist", function(x, newLevel) { standardGeneric("persist") })
0 commit comments