process_psd | R Documentation |
Processing to handle PSD as a zip/txt file
process_psd(
file,
export_format = export_format,
remove_base_file = FALSE,
retain_genie_cols = FALSE
)
file |
enter the full path to the PEPFAR structured dataset file |
export_format |
if desired, save the PSD in another compressed format, either "rds" or "parquet", default = "none" |
remove_base_file |
should original base file be removed if exporting in another compressed format? default = FALSE |
retain_genie_cols |
should Genie specific columns ('dataelementuid', 'categoryoptioncombouid', 'approvallevel', 'approvalleveldescription') be retained in the output dataset? default = FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.