CristinUnits {c2z} | R Documentation |
create a tibble with information about selected Cristin units
Description
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'
Usage
CristinUnits(unit.key, subunits = TRUE, recursive = FALSE, lang = "en")
Arguments
unit.key |
Unit to search for |
subunits |
Add subunits, Default: TRUE |
recursive |
Search for (nested) subunits, Default: FALSE |
lang |
PARAM_DESCRIPTION, Default: 'en' |
Details
Used with 'CristinMontlhy' to create month-to-month bibliography of selected units
Value
A tibble containing information about selected units
See Also
RETRY
transmute
, bind_rows
pmap
Examples
# Find units for Inland University
CristinUnits("209.0.0.0") |>
dplyr::select(id, path2) |>
print(width = 80)
[Package c2z version 0.2.0 Index]