searchCBRT | R Documentation |
Search for keywords in the CBRT datasets
searchCBRT(keywords, field = c("groups", "categories", "series"), tags = FALSE)
keywords |
A vector of keywords |
field |
The name of the field to be searched ("groups", "categories" or "series"). We recommend searching first the "groups" names. |
tags |
A logical variable that indicates if the tags to be searched |
a data.table object
searchCBRT(c("production", "labor", "labour"))
searchCBRT(c("production", "labor", "labour"), field = "series")
searchCBRT(c("production", "labor", "labour"), tags = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.