Learn R Programming

openholidaysR (version 0.1.0)

oh_languages: Get supported languages

Description

This function retrieves the list of supported languages from the OpenHolidays API.

Usage

oh_languages()

Arguments

Value

A data frame of available languages (ISO code + localized name).

Examples

Run this code
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
oh_languages()
}

Run the code above in your browser using DataLab