
Convert to scientific notation.
convert_scientific.RdConvert to scientific notation.
Examples
convert_scientific(c(0.000123456, 1234, 12.3456, 1234567))
#> [1] "1.23e-04" "1234" "1.23e+01" "1.23e+06"

convert_scientific.RdConvert to scientific notation.
convert_scientific(c(0.000123456, 1234, 12.3456, 1234567))
#> [1] "1.23e-04" "1234" "1.23e+01" "1.23e+06"