relay_get_shows: Retrieve all relay.fm shows

View source: R/relay.R

relay_get_showsR Documentation

Retrieve all relay.fm shows

Description

Parses the show overview page and returns a tibble of show names with corresponding feed URLs, which in turn can then be passed to relay_parse_feed() individually.

Usage

relay_get_shows(cache = TRUE)

Arguments

cache

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

Value

A tibble with one row for each show

Examples

## Not run: 
relay_get_shows()

## End(Not run)

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