replace_ordinal(text.var, num.paste = TRUE, remove = FALSE)
TRUE
a the elements of larger numbers are
separated with spaces. If FALSE
the elements will be joined without
spaces.TRUE
ordinal numbers are removed from the text.Replaces mixed text/numeric represented ordinal numbers with words (e.g., "1st" becomes "first").
Currently only implemented for ordinal values 1 through 100
## <strong>Not run</strong>: # x <- c( # "I like the 1st one not the 22nd one.", # "For the 100th time stop!" # ) # replace_ordinal(x) # replace_ordinal(x, FALSE) # replace_ordinal(x, remove = TRUE) # "I like the 1st 1 not the 22nd 1." %>% replace_ordinal %>% replace_number # ## <strong>End(Not run)</strong>
bracketX
,
qprep
,
replace_abbreviation
,
replace_contraction
,
replace_symbol
,
replace_number