Learn R Programming

webex (version 0.9.2)

strip_lzero: Strip leading zero from numeric string

Description

Strip leading zero from numeric string

Usage

strip_lzero(x)

Arguments

x

A numeric string (or number that can be converted to a string).

Value

A string with leading zero removed.

Examples

Run this code
# NOT RUN {
strip_lzero("0.05")
# }

Run the code above in your browser using DataLab