powered by
gen_tibble
A mutate method for gen_tibble objects
# S3 method for gen_tbl mutate(..., deparse.level = 1)
a gen_tibble
a gen_tibble and a data.frame or tibble
an integer controlling the construction of column names.
example_gt <- load_example_gt("gen_tbl") # Add a new column example_gt %>% mutate(region = "East")
Run the code above in your browser using DataLab