mutate.gen_tbl: A mutate method for 'gen_tibble' objects

View source: R/tidyverse.R

mutate.gen_tblR Documentation

A mutate method for gen_tibble objects

Description

A mutate method for gen_tibble objects

Usage

## S3 method for class 'gen_tbl'
mutate(..., deparse.level = 1)

Arguments

...

a gen_tibble and a data.frame or tibble

deparse.level

an integer controlling the construction of column names.

Value

a gen_tibble

Examples

example_gt <- load_example_gt("gen_tbl")

# Add a new column
example_gt %>% mutate(region = "East")

tidypopgen documentation built on Aug. 28, 2025, 1:08 a.m.