Learn R Programming

tuber (version 2.0.0)

list_languages: List Supported Languages

Description

List Supported Languages

Usage

list_languages(language = NULL, auth = "key", ...)

Value

A data frame with `language_code`, `name`, and `etag` columns.

Arguments

language

Optional language code for localized names.

auth

Authentication method, `"key"` or `"token"`.

...

Additional arguments passed to [tuber_GET()].

References

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

Examples

Run this code
if (FALSE) {
list_languages()
}

Run the code above in your browser using DataLab