convert_ids: Convert back and forth between slugs and show_ids

Description Usage Arguments Value Examples

View source: R/data_helpers.R

Description

Convert back and forth between slugs and show_ids

Usage

1
convert_ids(show_id = NULL, slug = NULL, cache_db_con)

Arguments

show_id, slug

A show_id or slug, of which one must be supplied to get the other.

cache_db_con

A connection, see cache_db

Value

character(1)

Examples

1
2
convert_ids(slug = "futurama")
convert_ids(show_id = "614")

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