From 8ab9e0c6457214d0cf2df698e76edd8aaaf8eb2e Mon Sep 17 00:00:00 2001 From: zero323 Date: Sun, 30 Apr 2017 08:02:59 +0200 Subject: [PATCH] Remove note --- R/pkg/R/column.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/pkg/R/column.R b/R/pkg/R/column.R index 3e48eaaf02893..147ee4b6887b9 100644 --- a/R/pkg/R/column.R +++ b/R/pkg/R/column.R @@ -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))