Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/neurovault
Neurovault Database API Access in R
https://github.com/muschellij2/neurovault
Last synced: 19 days ago
JSON representation
Neurovault Database API Access in R
- Host: GitHub
- URL: https://github.com/muschellij2/neurovault
- Owner: muschellij2
- License: gpl-3.0
- Created: 2017-11-29T17:35:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T23:08:01.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T08:22:04.644Z (2 months ago)
- Language: R
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---[![Travis build status](https://travis-ci.org/muschellij2/neurovault.svg?branch=master)](https://travis-ci.org/muschellij2/neurovault)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/neurovault?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/neurovault)
[![Coverage status](https://coveralls.io/repos/github/muschellij2/neurovault/badge.svg?branch=master)](https://coveralls.io/r/muschellij2/neurovault?branch=master)```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# neurovault Package:
The goal of `neurovault` is to provide access to the Neurovault API (https://neurovault.org/api-docs) to download statistical maps of the human brain stored on that platform.## Installation
You can install `neurovault` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("muschellij2/neurovault")
```