nv_collection_images: Neurovault Collections Images

Description Usage Arguments Value Note Examples

View source: R/nv_collection_images.R

Description

Neurovault Collections Images

Usage

1
nv_collection_images(id, verbose = TRUE, secure = TRUE, ...)

Arguments

id

id of the collection

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

Note

See https://neurovault.org/api-docs

Examples

1
2
3
4
5
6
7
res = nv_collection_images(id = 77)
df = results_to_df(res$content$results)
## Not run: 
id = nv_collection_id(name = "FeatureX IAPS Test")
imgs = nv_collection_images(id = id)

## End(Not run)

neuroconductor-devel/neurovault documentation built on May 5, 2021, 12:13 a.m.