nv_atlas: Neurovault Atlases

Description Usage Arguments Value Examples

View source: R/download_nv_atlas.R

Description

Returns a list of dictionaries with information corresponding to each atlas stored in NeuroVault.

Usage

1
2
3
4
5
nv_atlas(id = NULL, verbose = TRUE, secure = TRUE, ...)

nv_atlas_names(...)

nv_atlas_df(verbose = TRUE, ...)

Arguments

id

id of the atlas

verbose

print diagnostic messages

secure

passed to nv_base_url for https

...

additional options to pass to GET

Value

List of the result of the GET call and the content

Examples

1
2
3
4
res = nv_atlas()
df = results_to_df(res$content$results)
nv_atlas_names()
nv_atlas_df()

muschellij2/neurovault documentation built on Dec. 16, 2019, 10:41 p.m.