Skip to main content

MUTATE function

Adds new columns or modifies existing columns in a table.

Syntax

mutate(<table>, <mutations>)
ParameterTypeDescription
tablevtThe table to be mutated.
mutationsarrayThe mutations to apply to the table.