Learn R Programming

I14Y (version 0.1.4)

i14y_search_concept: Search for a Concept Summary

Description

Search for a Concept Summary

Usage

i14y_search_concept(
  search = NULL,
  language = "de",
  page = 1,
  pageSize = 1000,
  publishers = NULL,
  themeCodes = NULL
)

Value

a tibble

Arguments

search

string. Search query.

language

string. The language of the response data.

page

integer. The number of the result page to return.

pageSize

integer. The size of each result page.

publishers

vector of strings. Filter with Publishers identifiers.

themeCodes

vector of strings. Filter with theme codes.

Examples

Run this code
i14y_search_concept(search = "noga", language = "en")

Run the code above in your browser using DataLab