| idf_validate | R Documentation |
validates the given prefix:identifier scheme
idf_validate(ids, ...)
ids |
(character) one or more identifiers. required. when more than 1 passed, we use async http requests |
... |
Curl options passed to |
if no parameters passed, gets all resources
When ids passed, data.frame of the form :
prefix
identifier
url
## Not run:
idf_validate(ids = "MIR:00100675")
idf_validate(ids = c("MIR:00100675", "MIR:00100005"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.