Description Usage Arguments Details Value
This function was developed by Davis Vaughan and can be found at his GitHub gist. https://gist.github.com/DavisVaughan/24cbc404c09e75d3bf23467d15a7d42d.
1 | mutate_rows(.data, .predicate, ...)
|
.data |
The data being supplioed. |
.predicate |
The condition to be met |
... |
Any number of columns/values to impute. |
I am using it in this package as it seems more logical to me than to mutate by column and case_when
The mutated data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.