Skip to content

Commit 73845cb

Browse files
committed
param
1 parent 17d3226 commit 73845cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/pkg/R/DataFrame.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,8 @@ setMethod("[", signature(x = "SparkDataFrame"),
18341834
#' @param j,select expression for the single Column or a list of columns to select from the SparkDataFrame.
18351835
#' @param drop if TRUE, a Column will be returned if the resulting dataset has only one column.
18361836
#' Otherwise, a SparkDataFrame will always be returned.
1837+
#' @param value a Column or an atomic vector in the length of 1 as literal value, or \code{NULL}.
1838+
#' If \code{NULL}, the specified Column is dropped.
18371839
#' @param ... currently not used.
18381840
#' @return A new SparkDataFrame containing only the rows that meet the condition with selected columns.
18391841
#' @export

0 commit comments

Comments
 (0)