check_tcpl_db_schema {tcpl} | R 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)
[Package tcpl version 3.1.0 Index]