Description Usage Arguments Value Examples
View source: R/spotify_PodcastAPI.R
Get Episode Information
1 2 3 4 5 | getEpisodeInformation(
episode_id,
market = "US",
authentication_token = getAuthenticationToken()
)
|
episode_id |
string: The episode's ID |
market |
string: string: (optional, defaults to US) Returns shows that are available in that market |
authentication_token |
Predefined argument which runs getAuthenticationToken() |
a DataFrame that contains the name and a brief discription of the episode.
1 | getEpisodeInformation('4nRWJ76Tu0ceXJj3uJc4D7')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.