Create table over co-publication countries for ABM unit
abm_copub_orgs(
con,
analysisId = abm_config()$analysis_id,
unit_level,
unit_code,
exclude_swe = FALSE,
limit = 1000,
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 Swedish co-publication orgs, default FALSE
if set, limit the result (for level 0 and 1) to the first limit rows, default 1000
first publication year of analysis, default from abm_config()
last publication year of analysis, default from abm_config()
a tibble