Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```