Learn R Programming

I14Y (version 0.1.7)

i14y_search_concept: Search for a Concept Summary

Description

Search for a Concept Summary

Usage

i14y_search_concept(
  query = NULL,
  language = "de",
  page = 1,
  pageSize = 1000,
  publishers = NULL,
  themes = NULL,
  conceptValueTypes = NULL,
  registrationStatuses = NULL
)

Value

a tibble

Arguments

query

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.

themes

vector of strings. Filter with theme codes.

conceptValueTypes

character vector. One or more concept value types to filter by.

registrationStatuses

character vector. One or more registration statuses to filter by.

Examples

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

Run the code above in your browser using DataLab