generate_r_code_load: Complete computation of loading template

Description Usage Arguments Value Author(s) Examples

View source: R/generate_r_code_load.R

Description

This function will perform the complete analysis of the loading template table in order to generate a .R file.

Usage

1
2
3
4
5
6
generate_r_code_load(
  input_sources_table,
  input_load_table,
  input_merge_table,
  file_path
)

Arguments

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

Value

Does not return anything.

Author(s)

Briac LE RAY (briac.leray@partnre.com)

Examples

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")

Tiipiac/StressTestOptimization documentation built on Dec. 18, 2021, 5:08 p.m.