get_show_episodes {spotifyr} | R Documentation |
Get Spotify catalog information about an show's episodes. Optional parameters can be used to limit the number of episodes returned.
Description
Get Spotify catalog information about an show's episodes. Optional parameters can be used to limit the number of episodes returned.
Usage
get_show_episodes(
id,
limit = 20,
offset = 0,
market = NULL,
authorization = get_spotify_authorization_code(),
include_meta_info = FALSE
)
Arguments
id |
Required. The Spotify ID for the show. |
limit |
Optional. |
offset |
Optional. |
market |
Optional. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the
Web API authorization Guide for more details.
Defaults to |
include_meta_info |
Optional. Boolean indicating whether to include full result, with meta information such as |
Value
Returns a data frame of results containing show data. See the official API documentation for more information.