From 18d26bb3705203683e995fa2682d91037a87c148 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:34:04 -0500 Subject: [PATCH] Fix typo --- vignettes/FFD-tibble-how-to.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/FFD-tibble-how-to.Rmd b/vignettes/FFD-tibble-how-to.Rmd index ff7fab1..f425968 100644 --- a/vignettes/FFD-tibble-how-to.Rmd +++ b/vignettes/FFD-tibble-how-to.Rmd @@ -30,7 +30,7 @@ outd <- paste0("data/",format(Sys.time(), "%F_%H-%M")) outfile <- paste0(outd,"FFData_xts.RData") ``` -For a detailed how-to on checking the available data sets, as well as downloading and processing the data in separate steps, please check the `vignette("FFD-how-to-xts")`. In the following we download and process the selected files all in one step. Note, that here we purposefully set the "format" to _tibble_. +For a detailed how-to on checking the available data sets, as well as downloading and processing the data in separate steps, please check the `vignette("FFD-xts-how-to")`. In the following we download and process the selected files all in one step. Note, that here we purposefully set the "format" to _tibble_. ```{r tbl_all} inputlist <- c("F-F_Research_Data_Factors_CSV","F-F_Momentum_Factor_CSV")