Skip to content

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Apr 30, 2017
1 parent 875c62f commit 8ab9e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/pkg/R/column.R
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,4 @@ setMethod("%<=>%",
#' head(select(df, !column("x") > 0))
#' }
#' @note ! since 2.3.0
#' @seealso \link{not}
setMethod("!", signature(x = "Column"), function(x) not(x))

0 comments on commit 8ab9e0c

Please sign in to comment.