strip_lzero: Strip leading zero from numeric string

Description Usage Arguments Value Examples

View source: R/webex_fns.R

Description

Strip leading zero from numeric string

Usage

1

Arguments

x

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

Value

A string with leading zero removed.

Examples

1
strip_lzero("0.05")

webex documentation built on June 10, 2021, 9:09 a.m.