Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 9 forks source link

Feature: Add an optional `raw_col_name` field in `spec` #1822

Closed lauramaxwell closed 2 months ago

lauramaxwell commented 2 months ago

Feature Details

Update CheckSpec and add a utility function that takes in raw_col_name field from the spec to rename a file, as done in map_specs.R in `{gsm.endpoints}

Example Code

see gsm.endpoints function for reference

Possible Implementation

Additional Comments

lauramaxwell commented 2 months ago

added source_col as an optional field that is handled with the Ingest() function - see #1841