Learn R Programming

neurovault (version 0.5.4)

nv_collection_id: Retrieve Neurovault Collections ID

Description

Retrieve Neurovault Collections ID

Usage

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

Run this code
# NOT RUN {
id = nv_collection_id(name = "FeatureX IAPS Test")
# }
# NOT RUN {
id = nv_collection_id(doi = "10.1016/BAD_ID")
# }

Run the code above in your browser using DataLab