orcid_table | R Documentation |
get data.frame of employment info from orcid
orcid_table(orcids)
orcids |
character() |
if (interactive()) { # need a token?
oids <- c("0000-0003-4046-0063", "0000-0003-4046-0063")
print(orcid_table(oids))
oids <- c(oids, NA)
print(orcid_table(oids))
print(orcid_table(oids[1]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.