get_rp_table: Get risk premium table in the excel file

View source: R/excel.R

get_rp_tableR Documentation

Get risk premium table in the excel file

Description

This function convert the risk premium table in the excel file to a new format

Usage

get_rp_table(xlsxFile, sheet, risk_range, rate_range, skipEmptyRows = TRUE)

Arguments

xlsxFile

file name character

sheet

character

risk_rng

vector

rate_rng

vector

Examples

## Not run: 
get_rp_table(xlsxFile, sheet, c("D2", "S2"), c("D3", "S104"))

## End(Not run)

seokhoonj/vuw documentation built on Jan. 30, 2024, 11:36 a.m.