ao_get_leaners_amount_from_countries: This returns a breakdown of learners by country.

View source: R/ao_get_leaners_amount_from_countries.R

ao_get_leaners_amount_from_countriesR Documentation

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)

Arguments

country_iso_code

Country iso code

Value

tibble with leaners geo

Examples

## Not run: 
leaners_stat <- ao_get_leaners_amount_from_countries(
    country_iso_code = "UA"
)

## End(Not run)

selesnow/racademyocean documentation built on Aug. 10, 2024, 9 a.m.