cache_add_data: Add data to some db table

Description Usage Arguments Value Examples

View source: R/db_helpers.R

Description

Add data to some db table

Usage

1
cache_add_data(table_name, new_data, replace = FALSE, cache_db_con)

Arguments

table_name

Name of the db table to add data to.

new_data

The new data to add.

replace

logical [FALSE] Delete (if exists) & replace data?

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.