get_playlists: A list of all the playlists in the current project.

get_playlistsR Documentation

A list of all the playlists in the current project.

Description

A list of all the playlists in the current project.

Usage

get_playlists(conn, limit = 100)

Arguments

conn

gor connection structure, create it using platform_connect

limit

Maximum number of results (default: 100)

Value

List of playlists

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
playlists <- get_playlists(conn)

## End(Not run)

wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.