labs_restore | R Documentation |
labs_restore(data, cols = NULL)
data |
A data frame. |
cols |
A tidyselect column selection. |
You can store labels before mutate operations by calling labs_store.
A data frame.
library(dplyr)
library(volker)
volker::chatgpt |>
labs_store() |>
mutate(sd_age = 2024 - sd_age) |>
labs_restore() |>
tab_metrics(sd_age)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.