Description Usage Arguments Details Value See Also
Check the site status files to list who is ready to move to target
1 2 | df_whos_ready_to(level = c("lvl2", "rem", "units", "lvl3"),
filter = c("all", "ready", "freeze", "done"), parent_logger = "test")
|
level |
string indicating the level to check. Accepted values are "lvl2", "rem" and "units". |
filter |
character vector indicating by which status results must been filtered. Accepted values are "all" (default), "ready", "freeze" or "done" (see details) |
This function check the status files of all sites and list the status
for the desired level.
filter parameter can be used to filter the results by any status:
all retrieves all the statuses
ready retrieves only those sites marked to pass to level 2
freeze retrieves only those sites freezed in level 1 yet
done retrieves only those sites already passed to level 2
A list with length equal to the number of sites containing the
TO_[level] flag of the status files.
Other Data Flow: df_accepted_to_lvl1,
df_copy_templates,
df_folder_structure,
df_get_data_folders,
df_get_status,
df_lvl1_to_lvl2,
df_lvl2_folder_structure,
df_read_SfnData,
df_received_to_accepted,
df_rem_to_units,
df_report_folder_creation,
df_reset_data_status,
df_set_status,
df_start_status,
df_warn_to_rem,
df_write_SfnData,
sfn_data_constructor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.