Skip to content

Commit c10d138

Browse files
Update using-tidyfinance.Rmd
1 parent 2ac7f0e commit c10d138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/using-tidyfinance.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ list_supported_types()
4949

5050
So, for instance, if you want to download monthly Fama-French Three-Factor data, you can call:
5151
```{r}
52-
#| message: false
52+
#| eval: false
5353
download_data("factors_ff_3_monthly", "2020-01-01", "2020-12-31")
5454
```
5555

@@ -58,6 +58,7 @@ Under the hood, the function uses the `frenchdata` package (see its documentatio
5858
You can also access q-Factor data in this way, by calling:
5959

6060
```{r}
61+
#| eval: false
6162
download_data("factors_q5_daily", "2020-01-01", "2020-12-31")
6263
```
6364

0 commit comments

Comments
 (0)