Description Usage Arguments Value References Examples
List Languages That YouTube Currently Supports
1 | list_langs(hl = NULL, ...)
|
hl |
Language used for text values. Optional. Default is |
... |
Additional arguments passed to |
data.frame with 3 columns: hl
(two letter abbreviation), name
(of the language), etag
https://developers.google.com/youtube/v3/docs/i18nLanguages/list
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
list_langs()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.