Learn R Programming

tuber (version 1.0.1)

list_langs: List Languages That YouTube Currently Supports

Description

List Languages That YouTube Currently Supports

Usage

list_langs(hl = NULL, ...)

Value

data.frame with 3 columns: hl (two letter abbreviation), name (of the language), etag

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.

References

https://developers.google.com/youtube/v3/docs/i18nLanguages/list

Examples

Run this code
if (FALSE) {

# Set API token via yt_oauth() first

list_langs()
}

Run the code above in your browser using DataLab