Skip to content

Commit e05e701

Browse files
committed
resolve conflicts
1 parent 01858f2 commit e05e701

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

R/pkg/R/functions.R

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,9 @@ NULL
221221
#' head(select(tmp3, element_at(tmp3$v3, "Valiant")))
222222
#' tmp4 <- mutate(df, v4 = create_array(df$mpg, df$cyl), v5 = create_array(df$cyl, df$hp))
223223
#' head(select(tmp4, concat(tmp4$v4, tmp4$v5), arrays_overlap(tmp4$v4, tmp4$v5)))
224-
#' head(select(tmp, concat(df$mpg, df$cyl, df$hp)))}
225-
#' head(select(tmp3, element_at(tmp3$v3, "Valiant")))
226-
#' tmp4 <- mutate(df, v4 = create_array(df$model, df$model))
227-
#' head(select(tmp4, array_join(tmp4$v4, "#"), array_join(tmp4$v4, "#", "NULL")))}
224+
#' head(select(tmp, concat(df$mpg, df$cyl, df$hp)))
225+
#' tmp5 <- mutate(df, v6 = create_array(df$model, df$model))
226+
#' head(select(tmp5, array_join(tmp5$v6, "#"), array_join(tmp5$v6, "#", "NULL")))}
228227
NULL
229228

230229
#' Window functions for Column operations
@@ -3222,8 +3221,8 @@ setMethod("size",
32223221
#' (or starting from the end if start is negative) with the specified length.
32233222
#'
32243223
#' @rdname column_collection_functions
3225-
#' @param start an index indicating the first element occuring in the result.
3226-
#' @param length a number of consecutive elements choosen to the result.
3224+
#' @param start an index indicating the first element occurring in the result.
3225+
#' @param length a number of consecutive elements chosen to the result.
32273226
#' @aliases slice slice,Column-method
32283227
#' @note slice since 2.4.0
32293228
setMethod("slice",

0 commit comments

Comments
 (0)