libr icon indicating copy to clipboard operation
libr copied to clipboard

An R package to create data libraries and data dictionaries.

Results 9 libr issues
Sort by recently updated
recently updated
newest added

lib_write() doesn't appear to work after replacing a dataframe in the library. ``` # Open libname libname(sdtm2, "./SDTM2", "rds") dat

bug

Do something so user can see problems() associated with importing from CSV and other formats.

enhancement

Add a different parameter to subset rows after the datastep: subset, filter, select, maybe.

In SAS, there where clause is executed before the datastep, not after.

Could exclude some features if they are hard to implement.

This is going to be a perpetual issue. Anything you can do to increase performance of the datastep will help.