Skip to content

Commit 2537b8f

Browse files
committed
address comment
1 parent 23fc1d7 commit 2537b8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R/pkg/R/column.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ setMethod("between", signature(x = "Column"),
206206
}
207207
})
208208

209-
#' cast
210-
#'
211209
#' Casts the column to a different data type.
212210
#'
213211
#' @rdname cast

R/pkg/R/functions.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,10 @@ col <- function(x) {
249249
#'
250250
#' Returns a Column based on the given column name.
251251
#'
252+
#' @rdname col
253+
#' @name column
252254
#' @family normal_funcs
255+
#' @export
253256
#' @examples \dontrun{column(df)}
254257
setMethod("column",
255258
signature(x = "character"),

0 commit comments

Comments
 (0)