powered by
Search Klass
SearchKlass(query, codelists = FALSE, size = 20)
String with key word to search for
True/False for whether to include codelists. Default = FALSE
The number of results to show. Default = 20.
Data frame of possible classifications that match the query
# NOT RUN { SearchKlass("yrke") SearchKlass("yrke", codelists = TRUE) SearchKlass("yrke", codelists = TRUE, size = 2) SearchKlass("*fold") # }
Run the code above in your browser using DataLab