convert.illions: Convert string to number

Description Usage Arguments Value Author(s) Examples

View source: R/convert.illions.R

Description

Convert a string such as "1.2M" to a number 1200000

Usage

1

Arguments

x

string of numbers and a single letter e.g. "2.13B", "4T"

Value

numeric

Author(s)

Garrett See

Examples

1
2
convert.illions("300M")
convert.illions("1.453T")

qmao documentation built on May 2, 2019, 4:54 p.m.