MUTATE function
Adds new columns or modifies existing columns in a table.
Syntax
mutate(<table>, <mutations>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to be mutated. |
mutations | array | The mutations to apply to the table. |
Adds new columns or modifies existing columns in a table.
mutate(<table>, <mutations>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to be mutated. |
mutations | array | The mutations to apply to the table. |