Learn R Programming

neurovault (version 0.5.4)

nv_atlas: Neurovault Atlases

Description

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

Usage

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

Run this code
# NOT RUN {
res = nv_atlas()
df = results_to_df(res$content$results)
nv_atlas_names()
nv_atlas_df()
# }

Run the code above in your browser using DataLab