jaod_journal: Get a journal by ID

View source: R/jaod_journal.R

jaod_journalR Documentation

Get a journal by ID

Description

Get a journal by ID

Usage

jaod_journal(id, ...)

Arguments

id

(character) a DOAJ journal ID, a UUID. Note, this is not an ISSN, but you can use jaod_journal_search() to search by ISSN to get the DOAJ id

...

curl options passed on to verb-GET, see ?curl::curl_options for help on curl options

Value

a named list, with slots admin, last_updated, id, created_date, and bibjson

Examples

## 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)

ropenscilabs/jaod documentation built on May 18, 2022, 7:39 p.m.