Description Usage Arguments Value
View source: R/enrich_people.R
'enrich_people()' Merge the people and config file outputs from the 'read_' files.
1 2 3 4 5 | enrich_people(
people = NULL,
config = NULL,
months_in_role_cuts = c(12 * 3, 12 * 6)
)
|
people |
People from the output of [read_people()]. |
config |
Config data from [read_config()]. |
months_in_role_cuts |
Numeric vector of length 2 with cut points for time in role badges. |
Tibble with info per-person. I
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.