Description Usage Arguments Details Value Examples
This function removes NA values from NumericVectors.
| 1 | cpp_rep_na_num(xin, rep)
 | 
| xin | 
 | 
| rep | 
 | 
This function accepts a numeric input vector and then replaces each
contained NA value with the int specified in the parameter
rep.
NumericVector that is equal to xin except the
NA values which have been replaced with rep.
| 1 | KaggleHouse:::cpp_rep_na_num(c(1, 2, NA), 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.