list_videocats: List of Categories That Can be Associated with Videos
Description
List of Categories That Can be Associated with Videos
Usage
list_videocats(filter = NULL, ...)
Arguments
filter
string; Required.
named vector of length 1
potential names of the entry in the vector:
region_code: Character. Required. Has to be a ISO 3166-1 alpha-2 code (see https://www.iso.org/obp/ui/#search)
category_id: video category ID
# NOT RUN {# Set API token via yt_oauth() firstlist_videocats(c(region_code = "JP"))
list_videocats() # Will throw an error asking for a valid filter with valid region_code# }