readbulk

Read and Combine Multiple Data Files

https://github.com/pascalkieslich/readbulk

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary

Keywords

combine files merge r read
Last synced: 6 months ago · JSON representation

Repository

Read and Combine Multiple Data Files

Basic Info
Statistics
  • Stars: 8
  • Watchers: 3
  • Forks: 5
  • Open Issues: 0
  • Releases: 7
Topics
combine files merge r read
Created about 10 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.Rmd

---
output:
  github_document
---



```{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

Owner

  • Name: Pascal J. Kieslich
  • Login: PascalKieslich
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 57
  • Total Committers: 2
  • Avg Commits per committer: 28.5
  • Development Distribution Score (DDS): 0.088
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Pascal J. Kieslich k****h@p****e 52
Felix Henninger m****x@f****m 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 3.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • r2evans (1)
  • xinkai-zhou (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 836 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: readbulk

Read and Combine Multiple Data Files

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 836 Last month
Rankings
Forks count: 10.8%
Downloads: 13.7%
Average: 17.2%
Dependent packages count: 18.1%
Stargazers count: 19.3%
Dependent repos count: 24.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • jsonlite * imports
  • plyr * imports
  • utils * imports