Description Usage Arguments Examples
This function allows you quickly classify people into generations based on their birthdate
1 2 3 4 5 | gen_taxonomy(
df,
birthdate_colname = "birthdate",
output_colname = "generacion"
)
|
df |
a data frame. |
output_colname |
string with the name which will contain the classification. |
birthdate |
string with the name of the df column that contains the birthdates. |
1 2 3 | gen_taxonomy(base_personas)
gen_taxonomy(base_personas, fecha_nacimiento,
generation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.