forked from tidyverse/rvest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
37 lines (31 loc) · 682 Bytes
/
_pkgdown.yml
File metadata and controls
37 lines (31 loc) · 682 Bytes
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
url: https://rvest.tidyverse.org
destination: docs
home:
strip_header: true
template:
package: tidytemplate
reference:
- title: HTML
contents:
- html_attr
- html_children
- html_elements
- html_form
- html_name
- html_table
- html_text
- minimal_html
- title: Session
contents:
- session
- title: Miscellaneous helpers
contents:
- 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/