abm_sdg_table: Create table over SDGs for the selected unit

View source: R/abm.R

abm_sdg_tableR Documentation

Create table over SDGs for the selected unit

Description

Create table over SDGs for the selected unit

Usage

abm_sdg_table(
  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.