`%>%` <- magrittr::`%>%`

knitr::opts_chunk$set(echo = FALSE)

Disclaimer

This is not an investment advice. I am not your investment advisor. The analysis conducted here is for pure academic purposes. You should conduct your own research and understand the risks before investing. Past performance is no guarantee of future results.

I have directly and/or indirectly invested in related products and methods present in this document. Thus, there might be conflict of interests.

Dashboards

Dashboards:

pack_config <-
    here::here("config/pack.yaml") %>%
    yaml::read_yaml()

dashboard_names <-
    pack_config %>%
    purrr::map_chr("name")

base_url <- "https://giuseppett.github.io/RiskParityBrazil/dashboard/"

dashboard_names %>%
    purrr::walk(~ cat(glue::glue("- [{.x}]({base_url}{RiskParityBrazil::name_dashboard_file(.x)})\n\n")))

Details

Details:



GiuseppeTT/RiskParityBrazil documentation built on Dec. 17, 2021, 9:33 p.m.