Parses a single feed and returns its content as a tibble.
relay_parse_feed(url, cache = TRUE)A show's feed URL, e.g. "https://www.relay.fm/ungeniused/feed".
Use relay_get_shows() to retrieve feed URLs.
(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.
A tibble.
if (FALSE) { # \dontrun{
relay_parse_feed(url = "https://www.relay.fm/ungeniused/feed")
} # }