View source: R/num_scientific.R
num_scientific | R Documentation |
Formats numbers in scientific format.
num_scientific(x, format = c("e", "E"), ...)
x |
a numeric vector. |
format |
format type passed to |
... |
additional parameter passed to |
Other numeric vectors:
num_accounting()
,
num_comma()
,
num_currency()
,
num_digits()
,
num_percent()
num_scientific(1250000)
num_scientific(1253421, digits = 8)
num_scientific(1253421, digits = 8, format = "E")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.