Usage
list_channel_activities(filter = NULL, part = "snippet", max_results = 50, page_token = NULL, published_after = NULL, published_before = NULL, region_code = NULL, simplify = TRUE, ...)
Arguments
filter
string; Required.
named vector of length 1
potential names of the entry in the vector:
channel_id
: ID of the channel. Required. No default.
part
specify which part do you want. It can only be one of the three: contentDetails, id, snippet
. Default is snippet
.
max_results
Maximum number of items that should be returned. Integer. Optional. Can be between 0 and 50. Default is 50.
page_token
specific page in the result set that should be returned, optional
published_after
Character. Optional. RFC 339 Format. For instance, "1970-01-01T00:00:00Z"
published_before
Character. Optional. RFC 339 Format. For instance, "1970-01-01T00:00:00Z"
region_code
ISO 3166-1 alpha-2 country code, optional, see also list_regions
simplify
Data Type: Boolean. Default is TRUE
. If TRUE
and if part requested is contentDetails
,
the function returns a data.frame
. Else a list with all the information returned.