-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
Description
Hi, I am getting the error message "Error: Failed to parse formats.sas7bcat: Invalid file, or file has unsupported features. " when importing SAS data with a catalog file. This is the same error as in the closed issue #34. The data import without catalog file works.
I am using the latest haven version (2.5.0) and tested it with the development version on github.
fpath <- "path/to/sas/data/file"
catalog <- "formats.sas7bcat"
sas_data <- haven::read_sas(fpath, catalog_file = catalog)
Error: Failed to parse catlog.sas7bcat: Invalid file, or file has unsupported features.