read_bulk
: Introducedname_contains
argument, an optional character string. If specified, only files whose name contains this string will be merged.read_bulk
: Introducedname_filter
argument, an optional regular expression. If specified, only files whose name matches this regular expression will be merged.
- Updated package description and documentation
- Improved speed of
read_bulk
andread_opensesame
by binding data together only once (for every subdirectory)
- Online documentation added using the
pkgdown
package - it can be found at http://pascalkieslich.github.io/readbulk/ - As this release does not include any changes in the code or the function documentation, no new version was released on CRAN
- Introduced
verbose
argument so users can decide whetherread_bulk
andread_opensesame
report its progress or not
- First release