View source: R/col_str_reshape.R
select_cols | R Documentation |
Select columns
select_cols(dt, cols)
dt |
input data table |
cols |
select columns |
data table with selected columns
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.