Skip to content

Commit 8ea0afd

Browse files
committed
prod2dev
1 parent 384b120 commit 8ea0afd

File tree

2 files changed

+280
-303
lines changed

2 files changed

+280
-303
lines changed

01_scrape_case-study_exercise.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: "rvest tutorial demonstration"
33
author: "John Little"
44
date: "`r Sys.Date()`"
5-
output: html_notebook
5+
output:
6+
html_document:
7+
toc: true
8+
toc_float: true
69
---
710

811
license: "CC BY-NC"
@@ -458,7 +461,8 @@ There now. I just scraped and parsed data for one target, one person in my list
458461

459462
## Resources
460463

461-
- https://rvest.tidyverse.org/
464+
- https://rvest.tidyverse.org
465+
- https://purrr.tidyverse.org
462466
- https://community.rstudio.com/t/loop-for-with-rvest-for-scraping/56133/4 (looping with RVEST)
463467
- purrr / map :: https://jennybc.github.io/purrr-tutorial/ls01_map-name-position-shortcuts.html
464468

0 commit comments

Comments
 (0)