op3_show()
obtains show-level information for a given podcast
using OP3.
Usage
op3_show(show_id, episodes = FALSE)
Arguments
- show_id
String representing an OP3 show UUID, podcast GUID, or
a podcast RSS feed URL.
- episodes
Boolean to return episode-level metadata along with
the show-level information. Default is FALSE
.
Value
tibble
data frame with the following columns:
showUuid
: Podcast OP3 UUID
title
: Podcast title
podcastGuid
: Podcast GUID
statsPageUrl
: URL of the OP3 statistics web page for the podcast
episodes_id
: Episode ID (when episodes
is TRUE)
episodes_title
: Episode title (when episodes
is TRUE)
Examples
# Requires API token
op3_show(show_id = "bb28afcc-137e-5c66-b231-4ffad7979b44")
#> # A tibble: 1 × 4
#> showUuid title podcastGuid statsPageUrl
#> <chr> <chr> <chr> <chr>
#> 1 c008c9c7cfe847dda55cfdde54a22154 R Weekly Highlights bb28afcc-13… https://op3…