tidyverse / haven

Read SPSS, Stata and SAS files from R
https://haven.tidyverse.org
Other
423 stars 115 forks source link

read_sas to pull table (not column) attributes #759

Open dmcalli2 opened 2 months ago

dmcalli2 commented 2 months ago

I understand that read_sas pulls column labels and this is very helpful. Would there be any interest in adding functionality to also pull table attributes (eg table descriptions)? I appreciate that this would probably not sit well within read_sas as such metadata does not really fit in a tibble.