R/format_and_labels.R
gtl_sci_10_html.Rd
Format numbers using scientific notation for html
gtl_sci_10_html(x)
Number to format
A formatted expression
gtl_sci_10_html(10e6) #> [1] "1 · 10<sup>07</sup>" gtl_sci_10_html(10e9) #> [1] "1 · 10<sup>10</sup>"