abm_copub_data: Retrieve co-publishing organizations for ABM tables

View source: R/abm.R

abm_copub_dataR Documentation

Retrieve co-publishing organizations for ABM tables

Description

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.

Usage

abm_copub_data(
  con = con_bib(),
  unit_code,
  analysis_start = abm_config()$start_year,
  analysis_stop = abm_config()$stop_year
)

Arguments

con

connection to db, default is to use mssql connection

unit_code

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)

analysis_start

first publication year of analysis, default 2012

analysis_stop

last publication year of analysis, default 2018

Value

tibble with co-publishing organizations associated with each publication for the selected ABM-organization


KTH-Library/bibliomatrix documentation built on Feb. 29, 2024, 5:54 a.m.