Learn R Programming

c2z (version 0.2.0)

CristinUnits: 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")

Value

A tibble containing information about selected units

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

See Also

Examples

Run this code
# \donttest{
# Find units for Inland University
  CristinUnits("209.0.0.0") |>
    dplyr::select(id, path2) |>
    print(width = 80)
# }

Run the code above in your browser using DataLab