All Neurovault Images
nv_all_images(verbose = TRUE, secure = TRUE, max_count = 300, ...)
verbose | print diagnostic messages |
---|---|
secure | passed to |
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 |
List of the result of the GET
call and
the content
See https://neurovault.org/api-docs
images = nv_all_images(max_count = 100)#>#> Response [https://neurovault.org/api/images/] #> Date: 2020-03-18 16:22 #> Status: 200 #> Content-Type: application/json; charset=utf-8 #> Size: 174 kB #>#>df = results_to_df(images$content$results)