nv_images: Neurovault Images

Description Usage Arguments Value Note Examples

View source: R/nv_images.R

Description

Neurovault Images

Usage

1
2
3
4
5
6
7
8
nv_images(
  id = NULL,
  verbose = TRUE,
  secure = TRUE,
  limit = 100,
  offset = 0,
  ...
)

Arguments

id

id of the collection

verbose

print diagnostic messages

secure

passed to nv_base_url for https

limit

Limit of number of images to return (only relevant if id = NULL)

offset

where to start (only relevant if id = NULL)

...

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
images = nv_images(id = 8719)
# same as nv_all_images, but won't loop over all cases
images = nv_images(limit = 10, offset = 0)

neuroconductor-releases/neurovault documentation built on Nov. 14, 2020, 11:59 p.m.