aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/column.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/R/column.R')
-rw-r--r--R/pkg/R/column.R5
1 files changed, 2 insertions, 3 deletions
diff --git a/R/pkg/R/column.R b/R/pkg/R/column.R
index 5a07ebd308..a1f50c3833 100644
--- a/R/pkg/R/column.R
+++ b/R/pkg/R/column.R
@@ -169,8 +169,7 @@ setMethod("between", signature(x = "Column"),
#'
#' @rdname column
#'
-#' @examples
-#' \dontrun{
+#' @examples \dontrun{
#' cast(df$age, "string")
#' cast(df$name, list(type="array", elementType="byte", containsNull = TRUE))
#' }
@@ -192,7 +191,7 @@ setMethod("cast",
#'
#' @rdname column
#' @return a matched values as a result of comparing with given values.
-#' \dontrun{
+#' @examples \dontrun{
#' filter(df, "age in (10, 30)")
#' where(df, df$age %in% c(10, 30))
#' }