View source: R/SILOWriteforSource.R
| read_res.csv | R Documentation | 
Function to import a Source .res.csv File Returns data (as a Data Frame, Zoo, or tibble) as a time Series with all Results Read Source .res.csv file into a data table or zoo time series
read_res.csv(resFile, returnType = "df")
| resFile | A character string representing the full file path of the .res.csv file | 
| returnType | A character string to set the return type: "z", "t", "df". If not matching "t" (tibble) or "z" (zoo), data frame returned. | 
Data in the format selected with all data read in from the Source .res.csv file
 
## Not run: 
X = read_res.csv("./SWTools/extdata/Scenario1.res.csv",returnType="t")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.