Skip to content

Commit

Permalink
Don't eval rvest block. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Apr 16, 2024
1 parent 7241e4b commit 908b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvest.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Sitemap: https://wapir.io/sitemap.xml
Suggested by Emir Bilim on R4DS, let them know when it's worked out!
Also include a case like this in the Appendix!

```{r yahoo-finance}
```{r yahoo-finance, eval = FALSE}
library(rvest)
url <- "https://finance.yahoo.com/quote/AAPL/financials?p=AAPL&guccounter=1"
Expand Down

0 comments on commit 908b58c

Please sign in to comment.