extractRunoffData | R Documentation |
Separation of columns of 'columnWidth' characters width each
extractRunoffData(runoff_raw, columnWidth = 8, columnNames = NULL, version = 1)
runoff_raw |
vector of character representing the text lines containing data in columns of fixed width |
columnWidth |
number of characters in each column |
columnNames |
column names to be given to the result data frame |
version |
1: loop, 2: sapply |
The function returns a data frame with column names as given in
columnNames
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.