File tree Expand file tree Collapse file tree 3 files changed +41
-6
lines changed
Expand file tree Collapse file tree 3 files changed +41
-6
lines changed Original file line number Diff line number Diff line change 1+ Type: Compendium
2+ Package: Compendium title
3+ Title: Web scraping with rvest, a case study
4+ Version: 1.1.0
5+ Authors@R:
6+ person(given = "John",
7+ family = "Little",
8+ role = c("aut", "cre"),
9+ 10+ Description: Using the rvest library to learn about web crawling and HTML parsing in R.
11+ License: CC BY-NC
12+ Depends:
13+ glue,
14+ gt,
15+ htmltools,
16+ knitr,
17+ rmarkdown,
18+ rvest,
19+ tidyverse,
20+ xaringan,
21+ xaringanExtra,
22+ xaringanthemer
23+ Remotes:
24+ gadenbuie/xaringanExtra
25+ Encoding: UTF-8
26+ LazyData: true
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ output: github_document
88
99<!-- README.md is generated from README.Rmd. Please edit that file -->
1010
11- status: developing
12-
1311``` {r, include = FALSE}
1412knitr::opts_chunk$set(
1513 collapse = TRUE,
@@ -20,6 +18,11 @@ knitr::opts_chunk$set(
2018## A workshop case study on webscraping
2119
2220<!-- badges: start -->
21+ [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4908875.svg )] ( https://doi.org/10.5281/zenodo.4908875 )
22+
23+ [ ![ Lifecycle Badge] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
24+
25+ [ ![ Launch Rstudio Binder] ( http://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
2326<!-- badges: end -->
2427
2528Using the ` rvest ` library to learn about web crawling and HTML parsing in R.
@@ -44,4 +47,4 @@ https://library.duke.edu/data
4447
4548### CC BY-NC
4649Creative Commons Attribution-NonCommercial
47- https://creativecommons.org/licenses/by-nc/4.0
50+ https://creativecommons.org/licenses/by-nc/4.0
Original file line number Diff line number Diff line change 11README
22================
33John Little
4- 2021-04-22
4+ 2021-06-08
55
66<!-- README.md is generated from README.Rmd. Please edit that file -->
77
8- status: developing
9-
108## A workshop case study on webscraping
119
1210<!-- badges: start -->
11+
12+ [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4908875.svg )] ( https://doi.org/10.5281/zenodo.4908875 )
13+
14+ [ ![ Lifecycle
15+ Badge] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
16+
17+ [ ![ Launch Rstudio
18+ Binder] ( http://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
1319<!-- badges: end -->
1420
1521Using the ` rvest ` library to learn about web crawling and HTML parsing
You can’t perform that action at this time.
0 commit comments