Extending dplyr to chronogram
dplyr_row_slice.cg_tbl.Rd
These functions extend the dplyr S3 methods to class cg_tbl and grouped_cg_tbl.
Usage
# S3 method for class 'cg_tbl'
dplyr_row_slice(data, i, ...)
# S3 method for class 'cg_tbl'
dplyr_col_modify(data, cols)
# S3 method for class 'cg_tbl'
dplyr_reconstruct(data, template)
# S3 method for class 'grouped_cg_df'
dplyr_row_slice(data, i, ..., preserve = FALSE)
group_data_trim(group_data)
# S3 method for class 'grouped_cg_df'
dplyr_col_modify(data, cols)
# S3 method for class 'grouped_cg_df'
dplyr_reconstruct(data, template)