Read Proc Format File

read_proc_format(
  file,
  verbose = FALSE,
  missing_values = paste0(".", c("", 1:9, LETTERS))
)

Arguments

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.

See also

Other SAS helper functions: add_proc_format_labels(), read_sas_with_format()

Examples

if (FALSE) { read_proc_format("freepsa.sas_formats.feb16.d080516.sas") }