Home
last modified time | relevance | path

Searched defs:stri_replace_na (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/R-cran-stringi/stringi/R/
H A Dutils.R220 stri_replace_na <- function(str, replacement = "NA") function
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_utils.cpp125 SEXP stri_replace_na(SEXP str, SEXP replacement) { in stri_replace_na() function