$<-.gen_tbl | R Documentation |
gen_tibble
objectsA $ method for gen_tibble
objects
## S3 replacement method for class 'gen_tbl'
x$i <- value
x |
a gen_tibble |
i |
column name |
value |
a value to assign |
a gen_tibble
example_gt <- load_example_gt("gen_tbl")
# Add a new column
example_gt$region <- "East"
example_gt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.