searchCBRT: Variable search

Description Usage Arguments Value Examples

Description

Search for keywords in the CBRT datasets

Usage

1
2
searchCBRT(keywords, field = c("groups", "categories", "series"),
  tags = FALSE)

Arguments

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

Value

a data.table object

Examples

1
2
3
searchCBRT(c("production", "labor", "labour"))
searchCBRT(c("production", "labor", "labour"), field = "series")
searchCBRT(c("production", "labor", "labour"), tags = TRUE)

etaymaz/CBRT documentation built on May 24, 2019, 8:51 a.m.