The stats.txt files have a slightly different format, especially the host/guest information may differ from what is returned by incomparable_parse_archive(), which implicitly assumes the first person mentioned to be the host of the episode. However, this data source does not include podcast subcategories (e.g. "Old Movie Club") or topic information, which is only available on the archive page.

incomparable_parse_stats(stats_url)

Arguments

stats_url

URL to the stats.txt, e.g. "https://www.theincomparable.com/salvage/stats.txt".

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
incomparable_parse_stats("https://www.theincomparable.com/salvage/stats.txt")
} # }