Closed
Description
I'm working with some inconsistent data where missing observations are not consistently coded. When downloading the data as a .csv file, I can solve most of the inconsistencies by including na = c("NA", "N/A", "-")
in read_csv
. It would be amazing to be able to include this argument in REDCapR::redcap_read
and have it passed to the read_csv
call.
Metadata
Metadata
Assignees
Labels
No labels
Activity