abm_sdg_year: Create table over any SDG by year for the selected unit

View source: R/abm.R

abm_sdg_yearR Documentation

Create table over any SDG by year for the selected unit

Description

Create table over any SDG by year for the selected unit

Usage

abm_sdg_year(
  data,
  con,
  analysisId = abm_config()$analysis_id,
  analysis_start = abm_config()$start_year,
  analysis_stop = abm_config()$stop_year
)

Arguments

data

dataset with publications as tibble

con

a database connection to BIBMON

analysisId

id for the analysis, default from abm_config()

analysis_start

first publication year of analysis, default from abm_config()

analysis_stop

last publication year of analysis, default from abm_config()

Value

a tibble


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