powered by
labs_restore(data, cols = NULL)
A data frame.
A tidyselect column selection.
You can store labels before mutate operations by calling labs_store.
library(dplyr) library(volker) volker::chatgpt |> labs_store() |> mutate(sd_age = 2024 - sd_age) |> labs_restore() |> tab_metrics(sd_age)
Run the code above in your browser using DataLab