| md_listsets | R Documentation |
List sets for the data sources from the OAI-PMH list, and others not on that list, including PMC, DataCite, Hindawi Journals, Dryad, and Pensoft Journals.
md_listsets(provider = NULL, fuzzy = FALSE)
provider |
The metadata provider. |
fuzzy |
Do fuzzy search or not (default FALSE). Fuzzy uses agrep. |
Scott Chamberlain myrmecocystus@gmail.com
md_identify, md_listidentifiers,
md_listmetadataformats, md_listrecords,
md_getrecord, count_identifiers
## Not run:
md_listsets(provider = "datacite") # DataCite
md_listsets(provider = "arXiv") # arXiv
# Many providers
md_listsets(provider = c("datacite","pensoft","Aston University Research Archive"))
# Fuzzy search
md_listsets(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.