
Search the catalog for datasets, data services and public services.
i14y_search_catalog.Rd
Search the catalog for datasets, data services and public services.
Usage
i14y_search_catalog(
query = NULL,
language = "de",
accessRights = NULL,
formats = NULL,
publishers = NULL,
statuses = NULL,
themes = NULL,
types = NULL,
page = NULL,
pageSize = NULL
)
Arguments
- query
string. The search query
- language
string. The language to use for the search
- accessRights
vector of strings. Only results with one of the specified access rights (PUBLIC, NON_PUBLIC, RESTRICTED) are returned
- formats
vector of strings. Only results with at least one distribution providing one of the specified formats are returned
- publishers
vector of strings. Only results with one of the specified publishers are returned
- statuses
vector of strings. Only results with one of the specified registration statuses are returned
- themes
vector of strings. Only results corresponding to one of the specified themes are returned
- types
vector of strings. Only results with one of the specified types (Dataset, DataService, PublicService) are returned
- page
integer. The number of the result page to return
- pageSize
integer. The size of each result page
Examples
i14y_search_catalog(query = "noga")
#> # A tibble: 1 × 13
#> formats identifier registrationStatus themes type accessRights.cultureC…¹
#> <list> <chr> <chr> <list> <chr> <chr>
#> 1 <chr [1]> HCL_NOGA Standard <df> Dataset de
#> # ℹ abbreviated name: ¹accessRights.cultureCode
#> # ℹ 7 more variables: accessRights.text <chr>, description.cultureCode <chr>,
#> # description.text <chr>, publisher.cultureCode <chr>, publisher.text <chr>,
#> # title.cultureCode <chr>, title.text <chr>