View source: R/import_config.R
apply_column_config | R Documentation |
This function applies a column configuration for a source file which you can use to control a data file import . The first time it is used it will create a column specification file.
apply_column_config(df_source, filename_source)
df_source |
The dataframe of which you want to apply/get the import specs for |
filename_source |
The filename where the data frame is imported fromset |
A data frame containing column importing specs
get_columns_file(df, filename_source)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.