Issues with publication and author affiliations
kth_issues_pubauth(pass = Sys.getenv("DIVA_PASS"), jq = NULL)
passphrase required for accessing the data, Default: Sys.getenv("DIVA_PASS")
query for filtering the data
json object
if (FALSE) { # \dontrun{
kth_issues_pubauth()
issues <- kth_issues_pubauth(jq = 'select(.kthid | test("^⚠"))')
} # }