-
Notifications
You must be signed in to change notification settings - Fork 342
/
_pkgdown.yml
47 lines (39 loc) · 934 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
url: https://rvest.tidyverse.org
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="rvest.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Read HTML
contents:
- read_html
- read_html_live
- LiveHTML
- title: Extract data
contents:
- html_attr
- html_children
- html_elements
- html_name
- html_table
- html_text
- title: Move from page to page
contents:
- session
- html_form
- title: Miscellaneous helpers
contents:
- minimal_html
- html_encoding_guess
news:
releases:
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2021/03/rvest-1-0-0/
- text: "Version 0.3.0"
href: https://blog.rstudio.com/2015/09/24/rvest-0-3-0/
- text: "Version 0.1.0"
href: https://blog.rstudio.com/2014/11/24/rvest-easy-web-scraping-with-r/