activate.egor | R Documentation |
This function activates one of the data levels of an egor dataset, so that the dplyr verbs know which level to execute on.
## S3 method for class 'egor'
activate(.data, what)
.data |
The |
what |
|
e <- make_egor(5,50)
e %>%
activate("aatie") %>%
mutate(weight2 = 2 + weight) %>%
activate("alter") %>%
mutate(age.years = age.years^3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.