powered by
Returns a list of dictionaries with information corresponding to each atlas stored in NeuroVault.
nv_atlas(id = NULL, verbose = TRUE, secure = TRUE, ...)nv_atlas_names(...)nv_atlas_df(verbose = TRUE, ...)
nv_atlas_names(...)
nv_atlas_df(verbose = TRUE, ...)
id of the atlas
print diagnostic messages
passed to nv_base_url for https
nv_base_url
additional options to pass to GET
GET
List of the result of the GET call and the content
# NOT RUN { res = nv_atlas() df = results_to_df(res$content$results) nv_atlas_names() nv_atlas_df() # }
Run the code above in your browser using DataLab