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.
example_keywordsA tibble with 19 rows and 3 variables:
Column of type character showing the type of each batch,
takes "control" for control batches and "object" for object batches.
Column of type integer showing the number of each
batch.
Column of type character showing the keywords
included in each batch.
add_control_keyword()