strip_lzero: Strip leading zero from numeric string

Description Usage Arguments Value Examples

View source: R/labsheet_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")

bioboot/labsheet documentation built on Nov. 4, 2019, 7:19 a.m.