look_up {ColOpenData} | R Documentation |
Filter list of available datasets based on keywords given by the user
Description
List available datasets containing user-specified keywords in their descriptions.
Usage
look_up(keywords, module = "all", logic = "or", language = "EN")
Arguments
keywords |
character or vector of characters to be look up in the description. |
module |
character with module to be consulted ( |
logic |
A character string specifying the matching logic.
Can be either
|
language |
character with the language of the keywords ( |
Value
data.frame
object with the available datasets containing
information related to the consulted keywords.
Examples
found <- look_up(c("sex", "age"), "demographic", "and", "EN")
head(found)
[Package ColOpenData version 0.3.0 Index]