Description Usage Arguments Details Examples
Not all people refer to generations the same way. The names I have chosen come from Howe & Strauss' book, though I have taken some liberty with the most recent four generations. This family of functions lets you rename a generation to fit your personal tastes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | rename_generation(old_name, new_name)
use_zoomer()
use_gen_z()
use_gen_y()
use_millennial()
use_13th()
use_gen_x()
use_baby_boom()
use_boomer()
|
old_name |
a string, exactly matching a generation's name |
new_name |
a string, representing what you want that generation to be called |
The main function is rename_generation
. All others are shortcuts for
some of the more common changes I expect people to make.
The changes here modify the underlying data and will be reflected in any
subsequent reference to the generational data. You can view what the current
dataset is with show_generations
. Any change you make can be reset using
reset_generations
.
1 2 3 4 5 6 7 8 9 10 11 12 | rename_generation("Gen Z", "Zoomer")
rename_generation("Boomer", "Baby Boom")
show_generations()
use_gen_z()
use_zoomer()
use_gen_y()
use_millennial()
use_13th()
use_gen_x()
use_boomer()
use_baby_boom()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.