| md_identify | R Documentation |
Identifies the data sources from the OAI-PMH list, and others not on that list, including PMC, DataCite, Hindawi Journals, Dryad, and Pensoft Journals.
md_identify(provider = NULL, fuzzy = FALSE, ...)
provider |
The metadata provider to identify. |
fuzzy |
Do fuzzy search or not (default FALSE). Fuzzy uses agrep. |
... |
further arguments passed on to agrep (only used when fuzzy equals TRUE). |
Scott Chamberlain myrmecocystus@gmail.com
md_getrecord, md_listidentifiers,
md_listmetadataformats, md_listrecords,
md_listsets, count_identifiers
## Not run:
md_identify(provider = "datacite")
md_identify(provider = c("datacite","pensoft")) # many providers
md_identify(provider = "arXiv") # arXiv
md_identify(provider = c("harvard", "journal")) # no match for one, two matches for other
md_identify(provider = c("data", "theory", "biology"))
md_identify(provider = "Takasu database") # refine previous for data
# Using fuzzy match
md_identify(provider = "biology", fuzzy=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.