df_accepted_to_lvl1_psi: Save the fixed datasets (metadata and data) in the LVL1...

View source: R/df_functions.R

df_accepted_to_lvl1_psiR Documentation

Save the fixed datasets (metadata and data) in the LVL1 folder

Description

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.

Usage

df_accepted_to_lvl1_psi(
  si_code,
  psi_data = NULL,
  site_md = NULL,
  plant_md = NULL,
  question_md = NULL,
  parent_logger = "test"
)

Arguments

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

Value

Nothing

See Also

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


vflo/PSIsapfluxnetQC1 documentation built on Feb. 15, 2024, 3:19 a.m.