abm_table_scop_normcit: Retrieve field normalized citations table (Scopus) for ABM

View source: R/abm.R

abm_table_scop_normcitR Documentation

Retrieve field normalized citations table (Scopus) for ABM

Description

Retrieve field normalized citations table (Scopus) for ABM

Usage

abm_table_scop_normcit(
  data,
  analysis_start = abm_config()$start_year,
  analysis_stop = abm_config()$stop_year,
  intervals = FALSE
)

Arguments

data

dataset with publications as tibble

analysis_start

first publication year of analysis, default from abm_config()

analysis_stop

last publication year of analysis, default from abm_config()

intervals

set to TRUE to use 3 year intervals, default FALSE

Value

tibble with field normalized citations and number/share of top10 publications by year or 3 year interval


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