Last chance! 50% off unlimited learning
Sale ends in
replace_number(text.var, num.paste = TRUE)
TURE
a the elements
of larger numbers are separated with spaces. If
FALSE
the elements will be joined without spaces.bracketX
, qprep
,
replace_abbreviation
,
replace_contraction
,
replace_symbol
english
x <- c("I like 346,457 ice cream cones.", "They are 99 percent good")
y <- c("I like 346457 ice cream cones.", "They are 99 percent good")
replace_number(x)
replace_number(y)
replace_number(x, FALSE)
Run the code above in your browser using DataLab