Create table over co-publication countries for ABM unit
Usage
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
)Arguments
- con
a database connection to BIBMON
- analysisId
id for the analysis, default from abm_config()
- unit_level
organization level
- unit_code
code for the analyzed unit
- exclude_swe
wether to exclude Swedish co-publication orgs, default FALSE
- limit
if set, limit the result (for level 0 and 1) to the first limit rows, default 1000
- analysis_start
first publication year of analysis, default from abm_config()
- analysis_stop
last publication year of analysis, default from abm_config()