Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sstoeckl/ffdownload
Browse files Browse the repository at this point in the history
  • Loading branch information
sstoeckl committed Jun 18, 2024
2 parents 0b1c159 + e719fff commit b5f5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/FFD-tibble-how-to.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b5f5a3f

Please sign in to comment.