cache_delete_rows: Drop individual rows from a table

Description Usage Arguments Value

View source: R/db_helpers.R

Description

Drop individual rows from a table

Usage

1
cache_delete_rows(table_name, where_id, is_id, cache_db_con)

Arguments

table_name

Name of the db table to add data to.

where_id

Column in table to use for matching.

is_id

Value of where_id to delete.

cache_db_con

A connection, see cache_db

Value

Nothing


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