-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.Rmd
46 lines (29 loc) · 1.84 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output:
github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# readbulk
[![cran version](http://www.r-pkg.org/badges/version/readbulk)](https://CRAN.R-project.org/package=readbulk)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.596649.svg)](https://doi.org/10.5281/zenodo.596649)
[![downloads](https://cranlogs.r-pkg.org/badges/grand-total/readbulk?color=yellow)](https://CRAN.R-project.org/package=readbulk)
**readbulk** is an `R` package that facilitates loading multiple data files with a similar structure and combining them into a single `data.frame`, using the `read_bulk` function. It wraps most common `R` functions for reading data, retaining the flexiblity of the available tools.
For (experimental) psychologists, the package provides the `read_opensesame` function which wraps the above, providing the appropriate defaults for loading the many files created by [OpenSesame](https://osdoc.cogsci.nl/).
## General Information
The `readbulk` package was developed by Pascal Kieslich, with contributions by Felix Henninger. It is published under the GNU General Public License (version 3).
An overview of the functions in this package can be found [online](http://pascalkieslich.github.io/readbulk/reference/).
Please see [news](http://pascalkieslich.github.io/readbulk/news/) for a summary of changes in the package.
## Installation
The current stable version is available on CRAN and can be installed via `install.packages("readbulk")`.
## Citation
If you would like to cite the `readbulk` package in your published research, you can cite is as follows:
Kieslich, P. J., & Henninger, F. (2016).
Readbulk: An R package for reading and combining multiple data files.
https://doi.org/10.5281/zenodo.596649