Releases: PascalKieslich/readbulk
Releases · PascalKieslich/readbulk
readbulk 1.1.4
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.
readbulk 1.1.3
Changes
- Updated package description and documentation
readbulk 1.1.2
Changes
- This is just an internal release to change the GitHub version tag system from the v1.1.2 to the 1.1.2 notation to enable Zenodo DOI synching again (due to changes in Zenodo synching with version tags starting with v do not seem to work anymore)
readbulk v1.1.2
Changes
- Improved speed of
read_bulk
andread_opensesame
by binding data together only once (for every subdirectory)
readbulk v1.1.1
Changes
- 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
readbulk v1.1.0
Changes
- Introduced
verbose
argument so users can decide whetherread_bulk
andread_opensesame
report its progress or not
readbulk v1.0.0
This is the first release of the readbulk package.
We hope that the package enables users to easily read and combine multiple data files in R.
We are looking forward to your feedback!