incomparable_parse_stats: Parse The Incomparable stats.txt files

View source: R/incomparable.R

incomparable_parse_statsR Documentation

Parse The Incomparable stats.txt files

Description

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.

Usage

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

## Not run: 
incomparable_parse_stats("https://www.theincomparable.com/salvage/stats.txt")

## End(Not run)

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