Learn R Programming

neurovault (version 0.5.4)

nv_nidm_results: NIDM Results

Description

Returns a list of dictionaries with information corresponding to each nidm_results stored in NeuroVault.

Usage

nv_nidm_results(verbose = TRUE, secure = TRUE, max_count = Inf, ...)

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

Examples

Run this code
# NOT RUN {
nidm = nv_nidm_results(max_count = 100)
# df = results_to_df(nidm$content$results)
nidm = nv_nidm_results()
# }

Run the code above in your browser using DataLab