dbosak01 / libr

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

Add attributes parameter to datastep #73

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Add a parameter so that user can set column attributes like label, format, and data type.

dbosak01 commented 3 years ago

Going to remove from milestone for now. Seems low priority and not much benefit.

dbosak01 commented 3 years ago

Added 'attrib' parameter to datastep and 'dsattr' object to set attributes for a column in a datastep. This is mostly for convenience. One convenient thing about it is if you put attributes on a column created inside the datastep, it will be added to the data in the proper order. That has been bugging me for a long time.