rafi.read.csv.v1: Read RAFI csv files

Description Usage Arguments Value

View source: R/rafi.r

Description

This function reads a set of returns and correlations from CSV files downloaded from the RAFI website. No processing is done. This function allows one to see the data in an unprocessed form.

Usage

1
2
3
rafi.read.csv.v1(rafi.data.loc,
  file.ret = "core_asset_class_expected_returns.csv",
  file.corr = "core_asset_class_correlations_forecasted.csv")

Arguments

rafi.data.loc

folder in which the CSV files are located

file.ret

CSV file name with return assumptions

file.corr

CSV file name with correlation assumptions

Value

value A list with two items: ret is the return data, corr is the correlation data


rexmacey/TaxAwareAA documentation built on Dec. 3, 2019, 7:54 a.m.