incomparable_get_episodes: Retrieve all episodes for The Incomparable shows

View source: R/incomparable.R

incomparable_get_episodesR Documentation

Retrieve all episodes for The Incomparable shows

Description

This combines incomparable_parse_stats() and incomparable_parse_archive() to retrieve full episode information including host/guest, durations including seconds, podcast subcategories and topics. Use sparingly to limit unnecessarily hammering the poor webserver!

Usage

incomparable_get_episodes(incomparable_shows, cache = TRUE)

Arguments

incomparable_shows

Dataset of shows with title and URLs as returned by incomparable_get_shows().

cache

(logical(1)) Set to FALSE to disable caching.

Value

A tibble with one row per episode.

Examples

## Not run: 
incomparable_shows <- incomparable_get_shows()
incomparable <- incomparable_get_episodes(incomparable_shows)

## End(Not run)

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