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

Arguments

config

the configuration to use, by default diva_config (w org "kth")

year_beg

the beginning year, default is the ybeg value from diva_config

year_end

the ending year, default is the yend value from diva_config

Value

tibble with results

Examples

if (FALSE) {
if(interactive()){
 swepub_checks()
 }
}