View source: R/i14y_search_catalog.R
i14y_search_catalog | R Documentation |
Search the catalog for datasets, data services and public services.
i14y_search_catalog(
query = NULL,
language = "de",
accessRights = NULL,
formats = NULL,
publishers = NULL,
statuses = NULL,
themes = NULL,
types = NULL,
page = NULL,
pageSize = NULL
)
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 |
a tibble
i14y_search_catalog(query = "noga")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.