Read Proc Format File
read_proc_format( file, verbose = FALSE, missing_values = paste0(".", c("", 1:9, LETTERS)) )
| file | Path to proc format file. |
|---|---|
| verbose | Writes out file path being read. May be removed in the future. |
| missing_values | Possible SAS values that should be treated as missing. |
Other SAS helper functions:
add_proc_format_labels(),
read_sas_with_format()
if (FALSE) { read_proc_format("freepsa.sas_formats.feb16.d080516.sas") }