Description Usage Arguments Value
View source: R/get_peresec_factor_data.R
Get Equity Risk Factor Data for the South African Equity Market from Peresec
| 1 2 3 4 5 6 7 8 9 | get_peresec_erf_data(
  reqd_file = c("long_only_alsi", "long_short_alsi", "quintile_alsi", "decile_alsi",
    "long_only_constrained", "long_short_constrained", "quintile_constrained",
    "decile_constrained"),
  reqd_factor = c("ff3", "ff5", "carhart4", "aqr6", "peresec7lowvol",
    "peresec7lowbeta"),
  weight = c("equal", "market_cap"),
  download_directory = NULL
)
 | 
| reqd_file | string indicating the required file e.g. long_short_alsi | 
| reqd_factor | string indicating the factors you require from the file e.g. ff3 | 
| weight | string indicating whether to return equal or market cap weighted data | 
| download_directory | optional string indicating the destination directory for downloaded files - defaults to chromeDL temp dir | 
tbl_df with
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.