nv_nidm_results: NIDM Results

Description Usage Arguments Value Examples

View source: R/nv_nidm_results.R

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 
nidm = nv_nidm_results(max_count = 100)
# df = results_to_df(nidm$content$results)
nidm = nv_nidm_results()

## End(Not run)

neurovault documentation built on Jan. 5, 2018, 1:04 a.m.