look_up {ColOpenData} | R Documentation |
List available datasets containing user-specified keywords in their descriptions.
look_up(keywords, module = "all", logic = "or", language = "EN")
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 ( |
data.frame
object with the available datasets containing
information related to the consulted keywords.
found <- look_up(c("sex", "age"), "demographic", "and", "EN")
head(found)