Learn R Programming

neurovault (version 0.5.4)

nv_collection_images: Neurovault Collections Images

Description

Neurovault Collections Images

Usage

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

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab