list_regions: List Content Regions That YouTube Currently Supports

Description Usage Arguments Value References Examples

Description

List Content Regions That YouTube Currently Supports

Usage

1

Arguments

hl

Language used for text values. Optional. Default is en-US. For other allowed language codes, see list_langs.

...

Additional arguments passed to tuber_GET.

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

1
2
3
4
5
6
7
## Not run: 

# Set API token via yt_oauth() first

list_regions()

## End(Not run)

tuber documentation built on July 8, 2020, 5:49 p.m.