fmt_sci | R Documentation |
Generate latex for scientific notation
fmt_sci(x)
x |
Numeric vector to be formatted |
For use in inline markdown.
latex character vector with x in scientific notation
glue
## Not run:
if(interactive()){
fmt_sci(2.34e-9)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.