Learn R Programming

racademyocean (version 0.3.3)

ao_get_leaners_amount_from_countries: This returns a breakdown of learners by country.

Description

This returns a breakdown of learners by country.

Usage

ao_get_leaners_amount_from_countries(country_iso_code = NULL)

Value

tibble with leaners geo

Arguments

country_iso_code

Country iso code

Examples

Run this code
if (FALSE) {
leaners_stat <- ao_get_leaners_amount_from_countries(
    country_iso_code = "UA"
)
}

Run the code above in your browser using DataLab