check_tcpl_db_schema: Function that checks if the most recent v3 table schema is...

check_tcpl_db_schemaR Documentation

Function that checks if the most recent v3 table schema is used in the database schema

Description

Function that checks if the most recent v3 table schema is used in the database schema

Usage

check_tcpl_db_schema()

Value

boolean TRUE if param tables are listed in schema FALSE otherwise

Examples

## Not run: 
#connect to database first with tcplConf
tcplConf(user=user,
 pass= pass,
 db=dbname,
 drvr='MySQL',
 host=hostname)
 
#check if it is part of the new schema
new_schema <- check_tcpl_db_schema()

## End(Not run)

tcpl documentation built on Oct. 7, 2023, 1:06 a.m.