dbosak01 / libr

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

Allow user to filter files on libname function #66

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Add a parameter so that user can filter the files to be loaded into a libname. Either by file name or a filter string like a regex.

dbosak01 commented 3 years ago

Added filter parameter to libname function.