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