View source: R/simulate_from_Excel.r
readExcelSimData | R Documentation |
This functions reads data from the first two tabs of an Excel workbook. The first is expected to contain general information on the simulation and the second is expected to contain information on the cash flows.
readExcelSimData(xlsxfilename)
xlsxfilename |
File name including path |
List with an xl data frame and a xlcf data frame
## Not run: readExcelSimData(paste0(testthat::test_path(),"/data/siminput.xlsx"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.