overwriteIfNotNA | R Documentation |
Overwrite the values in the target column with the values in the source column at indices where the values in the source column are not NA
overwriteIfNotNA(data, target_column, source_column)
data |
data frame |
target_column |
name of target column |
source_column |
name of source column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.