View source: R/idf_collections.R
idf_collections | R Documentation |
retrieves a list of all available collections
idf_collections(ids = NULL, names = NULL, providers = NULL, ...)
ids |
(character) one or more identifiers. optional. |
names |
(character) one or more names. optional |
providers |
(character) a provider prefix. optional |
... |
Curl options passed to |
If no parameters passed, you get all collections.
When more than 1 string passed to ids
, names
, or providers
,
we use async http requests
data.frame or list, depending on what's passed to the function
## Not run: (x <- idf_collections()) idf_collections(ids = "MIR:00000008") ids <- c("MIR:00000249", "MIR:00000307", "MIR:00000308", "MIR:00000312", "MIR:00000313", "MIR:00000315") idf_collections(ids = ids) idf_collections(names = "pdb") idf_collections(names = "pdb") idf_collections(providers = "pdb") idf_collections(providers = "pdb") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.