vplaylist.query: Take a vector of playlist ids and call playlists.query for...

View source: R/playlists.R

vplaylist.queryR Documentation

Take a vector of playlist ids and call playlists.query for each.

Description

Take a vector of playlist ids and call playlists.query for each.

Usage

vplaylist.query(playlist_ids, ...)

Arguments

playlist_ids

vector of YouTube Playlist ID strings

...

Arguments passed on to playlists.query

start_date

Beginning date of the query date range.

end_date

End date of the query date range.

metrics

Comma seperated string of requested metrics.

dimensions

Comma seperated string of requested dimensions.

sort

Comma seperated string of dimensions to sort by. Prepend dimension name with '-' to indicate a descending sort.

filters

semi-colon seperated string of filter conditions to apply to the result set.

ids

ID string used to determine which channel or content owner to query for data

Value

data.frame containing the results from all queries

See Also

playlists.query()

Other playlists: playlist.demographics(), playlists.query()


jalvarado/ytAnalyticsR documentation built on Oct. 17, 2022, 3:04 p.m.