Learn R Programming

klassR (version 0.1.2)

SearchKlass: Search Klass

Description

Search Klass

Usage

SearchKlass(query, codelists = FALSE, size = 20)

Arguments

query

String with key word to search for

codelists

True/False for whether to include codelists. Default = FALSE

size

The number of results to show. Default = 20.

Value

Data frame of possible classifications that match the query

Examples

Run this code
# 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