TrimLeading: Utility to return string w/o leading whitespace

Description Usage Arguments Value Examples

Description

Utility to return string w/o leading whitespace

Usage

1

Arguments

x

- the string to process

Value

string w/o leading whitespace

Examples

1
2
3
4
5
## Not run: 
filename<-'  File_1234.json'
filename.clean<-TrimLeading(filename)

## End(Not run)

StatsResearch/RobsRUtils documentation built on May 9, 2019, 3:04 p.m.