| n_relocated | R Documentation | 
Extract the number of facilities relocated.
n_relocated(existing_facility)
| existing_facility | the facilities originally existing, as output from
the model (e.g.,  | 
dataframe containing one column of the number of things relocated
## Not run: 
mc_cv_n100_test |>
  mutate(n_relocated = map(
    .x = existing_facility,
    .f = n_relocated)) |>
  select(n_relocated) |>
  .[[1]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.