Description Usage Arguments Value Examples
View source: R/spotify_PodcastAPI.R
Get Recent Episodes
1 2 3 4 5 6 7 8 | getRecentEpisodes(
podcast_id,
explicit = TRUE,
limit = 5,
market = "US",
duration = NA,
authentication_token = getAuthenticationToken()
)
|
podcast_id |
string: The show's ID |
explicit |
logical: (optional, defaults to TRUE) To enable the filter set explict to FALSE |
limit |
integer: (optional, defaults to 5, min = 1, max = 50) Number of episodes to be returned |
market |
string: (optional, defaults to US) Returns shows that are available in that market |
duration |
numeric: (optional, defaults to NA) Returns episodes under that are under the specified duration (in minutes) |
authentication_token |
Predefined argument which runs getAuthenticationToken() |
Dataframe containing the episode name, release date, duration, explicit content filter and ID
1 | getRecentEpisodes('5RdShpOtxKO3ZWohR2M6Sv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.