Description Usage Arguments Value Examples
Given an organisation tbl_graph object with the unit_size column defined, a tibble will be generated with one row per individual in the organisation. For test purposes a dummy variable is also generated.
| 1 | 
| x | tbl_graph organisation with unit_size defined | 
tibble
| 1 2 3 4 5 | set.seed(1234)
tg_ex1 <- create_realistic_org(n_children = 4, max_depth = 3, prob=0.3)
tg_ex1 <- simulate_unit_size(tg_ex1)
df <- simulate_individuals_df(tg_ex1)
df
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.