to_scientific: Convert numeric to scientific notation

View source: R/extracting_digits.R

to_scientificR Documentation

Convert numeric to scientific notation

Description

Convert numeric to scientific notation

Usage

to_scientific(numbers)

Arguments

numbers

numeric.

Value

character

Examples

to_scientific(c(12.112,  435, -0.09))

Glender/BenfordStats documentation built on April 24, 2022, 9:01 p.m.