| digital_graduates_tbl_df | R Documentation |
This dataset, digital_graduates_tbl_df, is a tibble containing information about graduates of the first cohort in the various courses of the "Avanzando en lo Digital" program, an initiative aimed at developing digital skills. It includes data such as year, age, gender, courses enrolled, zone, ethnicity, and socioeconomic stratum. The dataset was obtained from GOV.CO Datos Abiertos, last update on October 3, 2024.
data(digital_graduates_tbl_df)
A tibble with 230 observations and 7 variables:
Year of graduation (numeric)
Age of the graduate (numeric)
Gender of the graduate (character)
Courses in which the graduate was enrolled (character)
Geographical zone of the graduate (character)
Ethnicity of the graduate (character)
Socioeconomic stratum of the graduate (numeric)
The dataset name has been kept as 'digital_graduates_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ColombiAPI package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data obtained from GOV.CO Datos Abiertos: https://www.datos.gov.co/Ciencia-Tecnolog-a-e-Innovaci-n/GRADUADOS-AVANZANDO-EN-LO-DIGITAL-PRIMERA-PROMOCIO/yfz9-fwqr/about_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.