Issues with publication and author affiliations

kth_issues_pubauth(pass = Sys.getenv("DIVA_PASS"), jq = NULL)

Arguments

pass

passphrase required for accessing the data, Default: Sys.getenv("DIVA_PASS")

jq

query for filtering the data

Value

json object

See also

Examples

if (FALSE) {
 kth_issues_pubauth()
 issues <- kth_issues_pubauth(jq = 'select(.kthid | test("^⚠"))')
}