R/swepub_client.R
    swepub_checks.RdChecks from swepub processing of KTH publication records This function calls an API at SwePub for KTH data in a specific time period
swepub_checks(
  config = diva_config(),
  year_beg = diva_config()$ybeg,
  year_end = diva_config()$yend
)tibble with results
if (FALSE) { # \dontrun{
if(interactive()){
 swepub_checks()
 }
} # }