cache_add_show: Add a show to the cache

Description Usage Arguments Value

View source: R/db_helpers.R

Description

Add a show to the cache

Usage

1
2
3
4
5
6
cache_add_show(
  show_query = NULL,
  show_id = NULL,
  replace = FALSE,
  cache_db_con
)

Arguments

show_query

A search query, e.g. "Futurama".

show_id

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

replace

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

cache_db_con

A connection, see cache_db

Value

NULL if the search_query yields no result, the show_id otherwise.


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