forked from tidyverse/tibble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
54 lines (46 loc) · 852 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
48
49
50
51
52
template:
package: tidytemplate
default_assets: false
home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/tibbles.html
reference:
- title: Tibbles
contents:
- ends_with("ibble")
- enframe
- all_equal
- has_name
- title: Manipulation
contents:
- add_row
- add_column
- repair_names
- title: Helpers
contents:
- glimpse
- rownames
- title: Vectors, matrices, and lists
contents:
- deframe
- lst
- contains("matrix")
navbar:
title: ~
type: default
left:
- text: Intro
href: articles/tibble.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Extending tibble
href: articles/extending.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidyverse/tibble