n_installed | R Documentation |
Using the model-modified dataframe of proposed_facility
, count the
number of events installed.
n_installed(proposed_facility)
proposed_facility |
dataframe from the mc_model, of facilities proposed
with the additional information about whether the facility was installed
or not - |
datafrmae
## Not run:
mc_cv_n100_test |>
mutate(n_installed = map(
.x = proposed_facility,
.f = n_installed
)) |>
select(n_installed) |>
.[[1]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.