get_supported_lang: Get supported languages

Description Usage Arguments Details Value Note Examples

View source: R/get_supported_lang.R

Description

Get all current available languages on the languagelayer API.

Usage

1

Arguments

api_key

Your API key.

Details

Returns a data.frame with the available languages.

Value

Returns a data.frame with language_code and language_name.

Note

Before running a function of this package for the first time, you need to get your API key.

Examples

1
2
3
4
## Not run: 
get_supported_lang(api_key = "yourapikey")

## End(Not run)

languagelayeR documentation built on May 2, 2019, 4:15 a.m.