knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rbids

The goal of rbids is to make BIDS datasets more easily accessible for packages written in R.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mathesong/rbids")


mathesong/rbids documentation built on May 14, 2019, 4:04 a.m.