Skip to content

Commit 6394579

Browse files
committed
remove RDD docs in generics.R
1 parent 6813860 commit 6394579

File tree

3 files changed

+159
-158
lines changed

3 files changed

+159
-158
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ setMethod("$", signature(x = "DataFrame"),
792792
getColumn(x, name)
793793
})
794794

795+
#' @rdname select
795796
setMethod("$<-", signature(x = "DataFrame"),
796797
function(x, name, value) {
797798
stopifnot(class(value) == "Column" || is.null(value))

0 commit comments

Comments
 (0)