labs_store | R Documentation |
labs_store(data)
data |
A data frame. |
You can restore the labels after mutate operations by calling labs_restore.
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.