Description Usage Arguments Value Examples
Get a journal by ID
1 | jaod_journal(id, ...)
|
id |
(character) a DOAJ journal ID, a UUID. Note, this
is not an ISSN, but you can use |
... |
curl options passed on to |
a named list, with slots admin, last_updated, id, created_date, and bibjson
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
out <- jaod_journal(id = "f3f2e7f23d444370ae5f5199f85bc100")
out$admin
out$last_updated
out$id
out$created_date
out$bibjson
ids <- c("f3f2e7f23d444370ae5f5199f85bc100",
"9abfb36b06404e8a8566e1a44180bbdc")
out <- lapply(ids, jaod_journal)
out[[1]]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.