df_accepted_to_lvl1_psi | R Documentation |
This function performs three actions: 1) write csv files with the fixed data in the LVL1 folder. 2) Update the status files to indicate that data is in LVL1 and the date of the move. 3) Save the objects generated in the QC to make easy the creation of dashboards without the need of run all QC tests again.
df_accepted_to_lvl1_psi(
si_code,
psi_data = NULL,
site_md = NULL,
plant_md = NULL,
question_md = NULL,
parent_logger = "test"
)
si_code |
Character with the site code |
psi_data |
Data frame with the fixed psi data |
site_md |
Data frame with the fixed site metadata |
plant_md |
Data frame with the fixed plant metadata |
question_md |
Data frame with the fixed questionnaire data |
Nothing
Other Data Flow:
df_copy_templates_psi()
,
df_folder_structure()
,
df_get_data_folders()
,
df_get_status()
,
df_read_psiData()
,
df_received_to_accepted_psi()
,
df_report_folder_creation()
,
df_reset_data_status_psi()
,
df_set_status_psi()
,
df_start_status_psi()
,
df_whos_ready_to()
,
psi_data_constructor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.