powered by
wrapper of the functions to process number string with prefix and suffix
number_fun_wrapper( x, fun = ~.x, prefix_ext = NULL, suffix_ext = NULL, verbose = FALSE )
processed number with prefix and suffix
number string vector with prefix and suffix
process function
prefix extension
suffix extension
print more details
number_fun_wrapper(">=2.134%", function(x) round(x, 2))
Run the code above in your browser using DataLab