Description Usage Arguments Value Examples
Utility to return string w/o leading or trailing whitespace
1  | Trim(x)
 | 
x | 
 - the string to process  | 
string w/o trailing whitespace
1 2 3 4 5  | ## Not run: 
filename<-'  File_1234.json   '
filename.clean<-Trim(filename)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.