wrapper of the functions to process number string with prefix and suffix
Source:R/numbers.R
number_fun_wrapper.Rd
wrapper of the functions to process number string with prefix and suffix
Arguments
- x
number string vector with prefix and suffix
- fun
process function
- prefix_ext
prefix extension
- suffix_ext
suffix extension
- verbose
print more details
Examples
number_fun_wrapper(">=2.134%", function(x) round(x, 2))
#> [1] ">=2.13%"