| parseNums | R Documentation | 
This is an internal CRHMr function and should normally not need to be called directly. It is used for reading data from messy files such as CRHM projects.
parseNums(numString)
| numString | Required. A character string containing numbers separated by any number of spaces. | 
Returns a numeric vector.
Kevin Shook
nums <- parseNums(" 1  2 3   4     5 ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.