Create table over co-publication countries for ABM unit
abm_copub_countries(
con,
analysisId = abm_config()$analysis_id,
unit_level,
unit_code,
exclude_swe = TRUE,
limit = NULL,
analysis_start = abm_config()$start_year,
analysis_stop = abm_config()$stop_year
)
a database connection to BIBMON
id for the analysis, default from abm_config()
organization level
code for the analyzed unit
wether to exclude Sweden as co-publication country, default TRUE
if set, limit the result to the first limit rows, default NULL
first publication year of analysis, default from abm_config()
last publication year of analysis, default from abm_config()
a tibble