batch_keywords {globaltrends}R Documentation

batch_keywords

Description

The table batch_keywords contains the keywords for each batch. Each line contains one keyword, the type of the batch (i.e., control or object) and the id of the batch to which the keyword is assigned. Keywords can be added with the function add_keywords. The function start_db exports the table batch_keywords as objects keywords_control and keywords_object to the package environment gt.env.

Example data for the table batch_keywords is available as R object example_keywords.

Usage

example_keywords

Format

A tibble with 19 rows and 3 variables:

type

Column of type character showing the type of each batch, takes "control" for control batches and "object" for object batches.

batch

Column of type integer showing the number of each batch.

keyword

Column of type character showing the keywords included in each batch.

See Also


[Package globaltrends version 0.0.14 Index]