Description Usage Arguments Value Author(s) Examples
View source: R/select_columns.R
This function selects the columns necessary from a dataframe.
1 | select_columns(template_load_data, template_merge)
|
template_load_data |
The filled loading template. Type = dataframe |
template_merge |
The filled merging template. Type = dataframe |
The list of the columns mentionned in the templates. Type = dataframe
Briac LE RAY (briac.leray@partnre.com)
1 | select_columns(template_load_data = my_filled_template, template_merge = my_filled_template)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.