read_proc_format: Read Proc Format File

Description Usage Arguments See Also Examples

Description

Read Proc Format File

Usage

1
2
3
4
5
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

1
2
3
4
## Not run: 
read_proc_format("freepsa.sas_formats.feb16.d080516.sas")

## End(Not run)

GerkeLab/grkmisc documentation built on Feb. 23, 2020, 6:50 a.m.