Description Usage Arguments Details Value Examples
This wraps the orcid_doi() function from rorcid and parses the results to return a data frame. Note that it drops results that are not found.
1 |
dois |
A vector of dois for use in orcid_doi. |
start |
(integer) Result number to start on. Keep in mind that pages start at 0. (rorcid documentation) |
rows |
(integer) Numer of results to return. |
fuzzy |
fuzzy (logical) Use fuzzy matching on input DOIs. Defaults to FALSE. If FALSE, we stick "digital-object-ids" before the DOI so that the search sent to ORCID is for that exact DOI. If TRUE, we use some regex to find the DOI. |
A convenience wrapper for the rorcid_doi function from rorcid. See the rorcid package https://github.com/ropensci/rorcid (from which the documentation is taken). The advantage of the function is simply that it returns a data.frame.
A data frame
1 | ## Not run: orcid_df(dois)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.