check_tcpl_db_schema | R Documentation |
Function that checks if the most recent v3 table schema is used in the database schema
check_tcpl_db_schema()
boolean TRUE if param tables are listed in schema FALSE otherwise
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.