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