Create table over co-publication countries for ABM unit
Usage
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
)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 Sweden as co-publication country, default TRUE
- limit
if set, limit the result to the first limit rows, default NULL
- analysis_start
first publication year of analysis, default from abm_config()
- analysis_stop
last publication year of analysis, default from abm_config()