initialize_data_table: initialize_data_table

View source: R/dMeasure.R

initialize_data_tableR Documentation

initialize_data_table

Description

write tables to configuration database

Usage

initialize_data_table(config_db, tablename, variable_list)

Arguments

config_db

R6 object of configuration database

tablename

name of table

variable_list

list of variable headings, with variable type e.g. list(c("id", "integer"), c("Name", "character"))

Details

Make sure the table in the database has all the right variable headings. Creates table if table does not yet exist. Allows 'update' of old databases. Alters table in configuration database directly.

Used by '$open_configuration_db'

Value

nothing


DavidPatShuiFong/dMeasure documentation built on Aug. 2, 2024, 11:45 p.m.