list_regions {tuber} | R Documentation |
List Content Regions That YouTube Currently Supports
Description
List Content Regions That YouTube Currently Supports
Usage
list_regions(hl = NULL, ...)
Arguments
hl |
Language used for text values. Optional. Default is |
... |
Additional arguments passed to |
Value
data.frame with 3 columns:
gl
(two letter abbreviation), name
(of the region), etag
References
https://developers.google.com/youtube/v3/docs/i18nRegions/list
Examples
## Not run:
# Set API token via yt_oauth() first
list_regions()
## End(Not run)
[Package tuber version 0.9.9 Index]