tessi_list_tables | R Documentation |
The list of Tessitura tables is configured in the extdata/tessi_tables.yml file in the package directory supplemented by the tessi_tables dictionary in config.yml
tessi_list_tables()
{short_name}: long_name: {name of table/view to be loaded} base_table: {the underlying table being queried that has primary_keys} primary_keys: {the primary key(s) as a value or a list of values}
data.table of configured Tessitura tables with columns short_name, long_name, base_table and primary_keys
# customers:
# long_name: BI.VT_CUSTOMER
# base_table: T_CUSTOMER
# primary_keys: customer_no
tessi_list_tables()[short_name == "customers"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.