process_psd: Processing to handle PSD as a zip/txt file

View source: R/read_psd.R

process_psdR Documentation

Processing to handle PSD as a zip/txt file

Description

Processing to handle PSD as a zip/txt file

Usage

process_psd(
  file,
  export_format = export_format,
  remove_base_file = FALSE,
  retain_genie_cols = FALSE
)

Arguments

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


USAID-OHA-SI/gophr documentation built on Nov. 14, 2024, 8:30 p.m.