Description Usage Arguments Details Value Examples
The dplyr::mutate
function modifies, deletes or creates a new column for
a data frame without altering the number of rows. The amplify
function
can create new columns which generally increase (or amplify) the size of the
row dimension. The observations in other columns are duplicated.
1 2 3 4 5 6 7 8 9 10 |
.data |
An object with the data. |
... |
Name-value pairs. |
.keep, .before, .after |
Use to control which columns are retained and how it is ordered
in the output. See documentation of |
If you are familiar with gene replication process then you can recall these functions in genetic terms; an amplified gene is a duplication of the original while a mutated gene modifies the original state.
Returns a data frame.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.