scientific {formattable} | R Documentation |
Numeric vector with scientific format
Description
Numeric vector with scientific format
Usage
scientific(x, format = c("e", "E"), ...)
Arguments
x |
a numeric vector. |
format |
format type passed to |
... |
additional parameter passed to |
Examples
scientific(1250000)
scientific(1253421, digits = 8)
scientific(1253421, digits = 8, format = "E")
[Package formattable version 0.2.1 Index]