-
Notifications
You must be signed in to change notification settings - Fork 194
/
_pkgdown.yml
63 lines (58 loc) · 1.6 KB
/
_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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
url: https://readxl.tidyverse.org
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="readxl.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
home:
links:
- text: Learn more
href: http://r4ds.had.co.nz/data-import.html
news:
releases:
- text: "Version 1.4.0"
href: https://www.tidyverse.org/blog/2022/03/readxl-1-4-0/
- text: "Version 1.2.0"
href: https://www.tidyverse.org/articles/2018/12/readxl-1-2-0/
- text: "Version 1.1.0"
href: https://www.tidyverse.org/articles/2018/04/readxl-1-1-0/
- text: "Version 1.0.0"
href: https://www.rstudio.com/blog/readxl-1-0-0/
- text: "Version 0.1.0"
href: https://www.rstudio.com/blog/readxl-0-1-0/
reference:
- title: "Read spreadsheets"
desc: >
Functions for reading tabular data out of xls and xlsx files.
contents:
- read_excel
- read_xls
- read_xlsx
- title: "Get spreadsheet metadata"
desc: >
Functions to learn properties of xls and xlsx files.
contents:
- excel_sheets
- excel_format
- title: "Describe a target rectangle"
desc: >
Flexible specification of cell rectangles.
contents:
- "`cell-specification`"
- cell_rows
- cell_cols
- anchored
- cell_limits
- title: "Example files"
desc: >
List or get the path to xls and xlsx example files in the package.
contents:
- readxl_example
- title: "Options"
desc: >
Options consulted by readxl.
contents:
- readxl_progress