incomparable_get_shows | R Documentation |
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)
cache |
( |
A tibble with following columns:
Columns: 4 $ show <chr> $ stats_url <glue> $ archive_url <glue> $ status <chr>
## Not run:
incomparable_get_shows()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.