@@ -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")))}
228227NULL
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
32293228setMethod ("slice ",
0 commit comments