strip_lzero: Strip leading zero from numeric string

View source: R/webexercises_fns.R

strip_lzeroR Documentation

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

strip_lzero("0.05")

webexercises documentation built on May 31, 2023, 8:16 p.m.