Description Usage Arguments Value Examples
View source: R/shs_create_app_data.R
shs_create_app_data
extracts data and metadata, removes unnecessary columns,
renames columns and variables, processes data into the correct format, and removes local
authority data from Scotland-only tables.
1 2 3 4 5 6 7 | shs_create_app_data(
destination_directory,
source_data_directory,
columns_to_remove,
column_names_workbook_path,
variable_names_workbook_path
)
|
destination_directory |
|
source_data_directory |
|
columns_to_remove |
|
column_names_workbook_path |
|
variable_names_workbook_path |
|
null
.
1 2 3 4 | ## Not run:
shs_create_app_data(destination_directory, source_data_directory, column_names_workbook_path, variable_names_workbook_path, columns_to_remove)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.