set_phase | R Documentation |
A group might choose to combine two different phases, due to
the complications associated with PASS1A/1C. If they choose to combine
two phases, the CAS must provide a new file metadata_phase.txt
with a single
line, as for example: PASS1A-06|PASS1C-06
. This function checks if the
file is available, and set that phase as the phases to validate. In summary,
the order of preference is:
function's argument: dmaqc_phase2validate (if provided in the validation functions)
metadata_phase.txt
file if available in the batch folder.
Phase in folder structure
set_phase(input_results_folder, dmaqc_phase2validate, verbose = TRUE)
input_results_folder |
(char) path to the PROCESSED/RESULTS folder to check |
dmaqc_phase2validate |
(data.frame) dmaqc shipping information |
verbose |
(logical) |
(int) the phase to be validated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.