Description Usage Arguments Value Examples
View source: R/col_str_reshape.R
Select columns
1 | select_cols(dt, cols)
|
dt |
input data table |
cols |
select columns |
data table with selected columns
1 2 | data("dt_dates")
select_cols(dt_dates, c("Start_Date", "Full_name"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.