mutate.gen_tbl | R Documentation |
gen_tibble
objectsA mutate method for gen_tibble
objects
## S3 method for class 'gen_tbl'
mutate(..., deparse.level = 1)
... |
a gen_tibble and a data.frame or tibble |
deparse.level |
an integer controlling the construction of column names. |
a gen_tibble
example_gt <- load_example_gt("gen_tbl")
# Add a new column
example_gt %>% mutate(region = "East")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.