File tree 5 files changed +20
-23
lines changed
5 files changed +20
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
* .Rmd linguist-language =R
2
2
* .R linguist-language =R
3
- * .html linguist-documentation
3
+ * .html linguist-documentation
4
+ * .css linguist-documentation
5
+ * .js linguist-documentation
Original file line number Diff line number Diff line change 1
1
Type: Compendium
2
- Package: Compendium title
2
+ Package: Coontainer for R workshop on rvest
3
3
Title: Web scraping with rvest, a case study
4
- Version: 1.1.0
4
+ Version: 1.1.1
5
5
Authors@R:
6
6
person(given = "John",
7
7
family = "Little",
Original file line number Diff line number Diff line change @@ -18,11 +18,15 @@ knitr::opts_chunk$set(
18
18
## A workshop case study on webscraping
19
19
20
20
<!-- badges: start -->
21
- [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.4908875.svg )] ( https://doi.org/10.5281/zenodo.4908875 )
22
21
23
- [ ![ Lifecycle Badge] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
22
+ <!-- DOI All versions 10.5281/zenodo.4908874 -->
23
+ [ ![ DOI] (https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908874 (Latest Version Release)-blue "DOI")] ( https://doi.org/10.5281/zenodo.4908874 )
24
24
25
- [ ![ Launch Rstudio Binder] ( http://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
25
+ [ ![ ORCID] ( https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 " ORCID ")] ( https://orcid.org/0000-0002-3600-0972 )
26
+
27
+ [ ![ Creative Commons CC BY-NC] (https://img.shields.io/badge/Creative Commons-BY--NC-EF9421?logo=creative commons&logoColor=EF9421 "CC BY-NC")] ( https://creativecommons.org/licenses/by-nc-nd/4.0/ )
28
+
29
+ [ ![ Launch Rstudio Binder] ( http://mybinder.org/badge_logo.svg " Launch RStudio Binder ")] ( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
26
30
<!-- badges: end -->
27
31
28
32
Using the ` rvest ` library to learn about web crawling and HTML parsing in R.
Original file line number Diff line number Diff line change 1
1
README
2
2
================
3
3
John Little
4
- 2021-06-08
4
+ 2021-06-17
5
5
6
6
<!-- README.md is generated from README.Rmd. Please edit that file -->
7
7
8
8
## A workshop case study on webscraping
9
9
10
10
<!-- badges: start -->
11
+ <!-- DOI All versions 10.5281/zenodo.4908874 -->
11
12
12
- [ ![ DOI] ( https://zenodo.org /badge/DOI/ 10.5281/zenodo.4908875.svg ) ]( https://doi.org/10.5281/zenodo.4908875 )
13
+ [ ![ DOI] ( https://img.shields.io /badge/DOI- 10.5281%2Fzenodo.4908874%20(Latest%20Version%20Release)-blue " DOI ") ]( https://doi.org/10.5281/zenodo.4908874 )
13
14
14
- [ ![ Lifecycle
15
- Badge] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
15
+ [ ![ ORCID] ( https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 " ORCID ")] ( https://orcid.org/0000-0002-3600-0972 )
16
+
17
+ [ ![ Creative Commons CC
18
+ BY-NC] ( https://img.shields.io/badge/Creative%20Commons-BY--NC-EF9421?logo=creative%20commons&logoColor=EF9421 " CC BY-NC ")] ( https://creativecommons.org/licenses/by-nc-nd/4.0/ )
16
19
17
20
[ ![ Launch Rstudio
18
- Binder] ( http://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
21
+ Binder] ( http://mybinder.org/badge_logo.svg " Launch RStudio Binder " )]( https://mybinder.org/v2/gh/libjohn/workshop_webscraping/main?urlpath=rstudio )
19
22
<!-- badges: end -->
20
23
21
24
Using the ` rvest ` library to learn about web crawling and HTML parsing
You can’t perform that action at this time.
0 commit comments