get_supported_lang {languagelayeR}R Documentation

Get supported languages

Description

Get all current available languages on the languagelayer API.

Usage

get_supported_lang(api_key = NULL)

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

## Not run: 
get_supported_lang(api_key = "yourapikey")

## End(Not run)

[Package languagelayeR version 1.2.4 Index]