All Neurovault Images

nv_all_images(verbose = TRUE, secure = TRUE, max_count = 300, ...)

Arguments

verbose

print diagnostic messages

secure

passed to nv_base_url for https

max_count

Maximum count of records to call, the number of records may be larger than this based on how the limits are set for API calls

...

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

images = nv_all_images(max_count = 100)
#> GET command is:
#> Response [https://neurovault.org/api/images/] #> Date: 2020-03-18 16:22 #> Status: 200 #> Content-Type: application/json; charset=utf-8 #> Size: 174 kB #>
#> Multiple pages must be called - more results than 1 call
df = results_to_df(images$content$results)