incomparable_get_shows: Retrieve all The Incomparable shows

View source: R/incomparable.R

incomparable_get_showsR Documentation

Retrieve all The Incomparable shows

Description

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.

Usage

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

## Not run: 
incomparable_get_shows()

## End(Not run)

jemus42/poddr documentation built on April 5, 2025, 2:57 a.m.