Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

scientific

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 formatC.

...

additional parameter passed to formattable.

Examples

scientific(1250000)
scientific(1253421, digits = 8)
scientific(1253421, digits = 8, format = "E")

formattable

Create 'Formattable' Data Structures

v0.2.1
MIT + file LICENSE
Authors
Kun Ren [aut, cre], Kenton Russell [aut]
Initial release
2021-01-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.