Parses the show overview page and returns a tibble of show names with corresponding URLs, which in turn can then be passed to incomparable_parse_archive() and incomparable_parse_stats() individually.

incomparable_get_shows(cache = TRUE)

Arguments

cache

(logical(1)) Set to FALSE to disable caching.

Value

A tibble with following columns:

Columns: 4
$ show        <chr>
$ stats_url   <glue>
$ archive_url <glue>
$ status      <chr>

Examples

if (FALSE) { # \dontrun{
incomparable_get_shows()
} # }