-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
haven::read_dta
has the ability to read “notes” from ".dta" files produced by STATA. haven::write_dta
can write .dta files with a "label" attribute for the data set that STATA users can see when they load the data.
It would be great if haven:write_dta
could write the value stored in an attribute named "notes" to the .dta
file. In Stata, the "notes" attribute can contain more characters than the "label" attribute, so I find it more useful. For example, I would like to include a link to the source of the raw data in a file that contains the processed data.
It appears that this functionality is working in the underlying ReadStat package.
iandinnie
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement