strip_lzero {webexercises} | R 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")
[Package webexercises version 1.1.0 Index]