getRecentEpisodes: Get Recent Episodes

Description Usage Arguments Value Examples

View source: R/spotify_PodcastAPI.R

Description

Get Recent Episodes

Usage

1
2
3
4
5
6
7
8
getRecentEpisodes(
  podcast_id,
  explicit = TRUE,
  limit = 5,
  market = "US",
  duration = NA,
  authentication_token = getAuthenticationToken()
)

Arguments

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

Value

Dataframe containing the episode name, release date, duration, explicit content filter and ID

Examples

1
getRecentEpisodes('5RdShpOtxKO3ZWohR2M6Sv')

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