incomparable_parse_archive | R Documentation |
Retrieves all episodes for one or more shows passed as a tibble.
The archive page does not include full duration information, as it is
limited to hours and minutes. Use incomparable_parse_stats()
for
accurate episode durations.
incomparable_parse_archive(archive_url)
archive_url |
E.g.
|
A tibble, with following format:
#> dplyr::glimpse(incomparable_parse_archive(archive_url)) Columns: 12 $ number <chr> $ title <chr> $ date <date> $ year <dbl> $ month <ord> $ weekday <ord> $ host <chr> $ guest <chr> $ category <chr> $ topic <chr> $ summary <chr> $ network <chr>
## Not run:
archive_url <- "https://www.theincomparable.com/gameshow/archive/"
incomparable_parse_archive(archive_url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.