getEpisodeInformation: Get Episode Information

Description Usage Arguments Value Examples

View source: R/spotify_PodcastAPI.R

Description

Get Episode Information

Usage

1
2
3
4
5
getEpisodeInformation(
  episode_id,
  market = "US",
  authentication_token = getAuthenticationToken()
)

Arguments

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()

Value

a DataFrame that contains the name and a brief discription of the episode.

Examples

1
getEpisodeInformation('4nRWJ76Tu0ceXJj3uJc4D7')

lukavuko/wrappify documentation built on Dec. 28, 2021, 4:07 p.m.