Create New Calculation
Last updated
Last updated
Mutate creates new column(s) with given expressions and preserves existing column(s). To override existing column, you can select existing column on Mutate Dialog.
Click "+" button and select "Mutate (Create Calculation)".
You can also select "Create Calculation (Mutate)" from column menu of the column which becomes the basis of the new calculation.
Click the "Create New Column" radio button.
Type in the name of new column in "New Column Name" field.
Type in the R Calculation in "Calculation" field.
Click "Run" to run the calculation and create the new column.
Click the "Overwrite Existing Column" radio button.
Select the column to overwrite with the new calculation from "Column" list.
Type in the R Calculation in "Calculation" field.
Click "Run" to run the calculation and overwrite the values of the column.