Skip to contents

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

Value

a tibble

Examples

i14y_search_catalog(query = "noga")
#> # A tibble: 11 × 13
#>    formats   identifier   registrationStatus themes type  accessRights.culture…¹
#>    <list>    <chr>        <chr>              <list> <chr> <chr>                 
#>  1 <chr [1]> HCL_NOGA     Standard           <df>   Data… de                    
#>  2 <chr [0]> NOGA_SECTOR  Recorded           <df>   Conc… NA                    
#>  3 <chr [0]> NOGA_OFS50   Recorded           <df>   Conc… NA                    
#>  4 <chr [0]> NOGA_CLASS   PreferredStandard  <df>   Conc… NA                    
#>  5 <chr [0]> NOGA_TYPE    PreferredStandard  <df>   Conc… NA                    
#>  6 <chr [0]> NOGA_GROUP   PreferredStandard  <df>   Conc… NA                    
#>  7 <chr [0]> nogaCode     PreferredStandard  <df>   Conc… NA                    
#>  8 <chr [0]> nogaCode     PreferredStandard  <df>   Conc… NA                    
#>  9 <chr [0]> NOGA_SECTION PreferredStandard  <df>   Conc… NA                    
#> 10 <chr [0]> NOGA_DIVISI… PreferredStandard  <df>   Conc… NA                    
#> 11 <chr [0]> NOGA_ESTAT_… Recorded           <df>   Conc… NA                    
#> # ℹ 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>