check_cache_table: Check if a table exists in db, if not, create it

Description Usage Arguments Value Examples

View source: R/db_helpers.R

Description

Check if a table exists in db, if not, create it

Usage

1
check_cache_table(table_name, reference_table, cache_db_con)

Arguments

table_name

A db table name, e.g. "shows".

reference_table

A table used as a template for (re)creation of the db table.

cache_db_con

A connection, see cache_db

Value

Nothing

Examples

1
2
3
4
## Not run: 
TRUE

## End(Not run)

jemus42/attrakttv documentation built on July 5, 2021, 5:16 a.m.