Hello! Would it be possible to include the metadata from SAS files in read_sas?
proc contents in SAS returns information about the given dataset and its variables. AFAIK, this dataset metadata is dropped when reading into R. I would personally appreciate retaining the Created and Last Modified information, if possible.
From the proc contents documentation:

Thank you for considering this!
Hello! Would it be possible to include the metadata from SAS files in
read_sas?proc contentsin SAS returns information about the given dataset and its variables. AFAIK, this dataset metadata is dropped when reading into R. I would personally appreciate retaining the Created and Last Modified information, if possible.From the proc contents documentation:
Thank you for considering this!