View source: R/replace_na_unique.R
replace_na_unique | R Documentation |
Function to replace NAs with unique numbers
replace_na_unique(x, min_number = 1)
x |
Numeric vector. |
min_number |
Minimum number to start replacement from. |
Numeric vector of same length as x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.