Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorijk committed Jun 14, 2016
1 parent 23fc1d7 commit 2537b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/pkg/R/column.R
Expand Up @@ -206,8 +206,6 @@ setMethod("between", signature(x = "Column"),
}
})

#' cast
#'
#' Casts the column to a different data type.
#'
#' @rdname cast
Expand Down
3 changes: 3 additions & 0 deletions R/pkg/R/functions.R
Expand Up @@ -249,7 +249,10 @@ col <- function(x) {
#'
#' Returns a Column based on the given column name.
#'
#' @rdname col
#' @name column
#' @family normal_funcs
#' @export
#' @examples \dontrun{column(df)}
setMethod("column",
signature(x = "character"),
Expand Down

0 comments on commit 2537b8f

Please sign in to comment.