nv_collection_id: Retrieve Neurovault Collections ID

Description Usage Arguments Value Examples

View source: R/nv_collection_id.R

Description

Retrieve Neurovault Collections ID

Usage

1
nv_collection_id(doi = NULL, owner = NULL, name = NULL, verbose = TRUE, ...)

Arguments

doi

Digital Object Identifier (DOI) for the project or collection

owner

owner of the collection

name

name of the collection

verbose

print diagnostic messages

...

additional options to pass to nv_collection

Value

An ID or NULL if not found

Examples

1
2
3
4
5
id = nv_collection_id(name = "FeatureX IAPS Test")
## Not run: 
id = nv_collection_id(doi = "10.1016/BAD_ID")

## End(Not run)

neuroconductor-releases/neurovault documentation built on Nov. 14, 2020, 11:59 p.m.