Returns a list of dictionaries with information corresponding to each nidm_results stored in NeuroVault.
nv_nidm_results(verbose = TRUE, secure = TRUE, max_count = Inf, ...)
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
if (FALSE) { nidm = nv_nidm_results(max_count = 100) # df = results_to_df(nidm$content$results) nidm = nv_nidm_results() }