CristinUnits | R Documentation |
Create a tibble with information about (nested) units in Cristin (e.g., A University -> Faculties -> Departments -> Groups). The tibble can than be used to extract data for each unit from Cristin. Used by 'CristinMonthly'
CristinUnits(unit.key, subunits = TRUE, recursive = FALSE, lang = "en")
unit.key |
Unit to search for |
subunits |
Add subunits, Default: TRUE |
recursive |
Search for (nested) subunits, Default: FALSE |
lang |
PARAM_DESCRIPTION, Default: 'en' |
Used with 'CristinMontlhy' to create month-to-month bibliography of selected units
A tibble containing information about selected units
RETRY
transmute
, bind_rows
pmap
# Find units for Inland University
CristinUnits("209.0.0.0") |>
dplyr::select(id, path2) |>
print(width = 80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.