readExcelSimData: Read Simulation Inputs from Excel

View source: R/simulate_from_Excel.r

readExcelSimDataR Documentation

Read Simulation Inputs from Excel

Description

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.

Usage

readExcelSimData(xlsxfilename)

Arguments

xlsxfilename

File name including path

Value

List with an xl data frame and a xlcf data frame

Examples

## Not run: readExcelSimData(paste0(testthat::test_path(),"/data/siminput.xlsx"))

rexmacey/aasim documentation built on Oct. 29, 2024, 9:30 a.m.