Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathesong/rbids
https://github.com/mathesong/rbids
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathesong/rbids
- Owner: mathesong
- License: other
- Created: 2018-05-04T10:11:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T13:00:48.000Z (over 6 years ago)
- Last Synced: 2024-06-21T09:25:12.232Z (5 months ago)
- Language: R
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-bids - rbids
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rbidsThe 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](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("mathesong/rbids")
```