Description Usage Arguments Value Author(s) Examples
View source: R/generate_r_code_load.R
This function will perform the complete analysis of the loading template table in order to generate a .R file.
1 2 3 4 5 6 | generate_r_code_load(
input_sources_table,
input_load_table,
input_merge_table,
file_path
)
|
input_sources_table |
The table with the databases sources. Type = dataframe |
input_load_table |
The table with the loading template format. Type = dataframe |
input_merge_table |
The table with the merging template format. Type = dataframe |
file_path |
The file to the path to write the code in. Type = character |
Does not return anything.
Briac LE RAY (briac.leray@partnre.com)
1 | generate_r_code_load(input_sources_table = my_template_filled, input_table = my_template_filled, input_merge_table = my_template_filled, file_path = "path/to/the/file/file_name.extension")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.