is_already_cached: Is the show in the cache already?

Description Usage Arguments Value Examples

View source: R/db_helpers.R

Description

Is the show in the cache already?

Usage

1
is_already_cached(table_name, show_id, cache_db_con)

Arguments

table_name

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

show_id

A show id, in the database the trakt ID is used.

cache_db_con

A connection, see cache_db

Value

logical(1), TRUE if the show_id is already present in the table.

Examples

1
2
3
4
## Not run: 
TRUE

## End(Not run)

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