| jaod_article | R Documentation |
Get an article by ID
jaod_article(id, ...)
id |
(character) a DOAJ article ID, a UUID. Note, this
is not a DOI, but you can use |
... |
curl options passed on to |
a named list, with slots admin, last_updated, id, created_date, and bibjson
## Not run:
out <- jaod_article(id = "0005e11ec616453f854070069385e057")
out$admin
out$last_updated
out$id
out$created_date
out$bibjson
ids <- c("73f781ad57094b98a0b46d8903fdc2c2",
"0005e11ec616453f854070069385e057")
out <- lapply(ids, jaod_article)
out[[1]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.