Neurovault Collections Images
nv_collection_images(id, verbose = TRUE, secure = TRUE, ...)
id | id of the collection |
---|---|
verbose | print diagnostic messages |
secure | passed to |
... | additional options to pass to |
List of the result of the GET
call and
the content
See https://neurovault.org/api-docs
res = nv_collection_images(id = 77)#>#> Response [https://neurovault.org/api/collections/77/images/] #> Date: 2020-03-18 16:22 #> Status: 200 #> Content-Type: application/json; charset=utf-8 #> Size: 6.95 kB #>df = results_to_df(res$content$results) if (FALSE) { id = nv_collection_id(name = "FeatureX IAPS Test") imgs = nv_collection_images(id = id) }