This function retrieves all co-publishing organizations for the selected ABM-unit, for all publications that has a UT-number (WebofScience_id). The returned tibble has one row per organization and publication.
abm_copub_data(
con = con_bib(),
unit_code,
analysis_start = abm_config()$start_year,
analysis_stop = abm_config()$stop_year
)
connection to db, default is to use mssql connection
for filtering on one or more unit code(s), which can be KTH, a one letter school code, an integer department code or a KTH-id (optional)
first publication year of analysis, default 2012
last publication year of analysis, default 2018
tibble with co-publishing organizations associated with each publication for the selected ABM-organization