dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

Make sure datastep retains column attributes #72

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Since datastep is now converting from tibbles to a dataframe to increase performance, may be losing column attributes like labels, etc. Make sure such attributes are retained.