forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
70 lines (63 loc) · 1.18 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
64
65
66
67
68
69
70
template:
package: tidytemplate
default_assets: false
home:
strip_header: true
links:
- text: Learn more at R4DS
href: http://r4ds.had.co.nz/strings.html
navbar:
left:
- text: Intro
href: articles/stringr.html
- text: RegEx
href: articles/regular-expressions.html
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Release notes"
- text: "Version 1.1.0"
href: articles/releases/stringr-1.1.0.html
- text: "Version 1.0.0"
href: articles/releases/stringr-1.0.0.html
- text: "------------------"
- text: "Change log"
href: news/index.html
reference:
- title: Pattern matching
contents:
- str_count
- str_detect
- str_extract
- str_locate
- str_match
- str_replace
- str_split
- str_subset
- str_view
- modifiers
- title: Whitespace
contents:
- str_pad
- str_trim
- str_wrap
- title: Locale senstive
contents:
- str_order
- case
- title: Other helpers
contents:
- invert_match
- str_c
- str_conv
- str_dup
- str_length
- str_interp
- str_replace_na
- str_trunc
- str_sub
- word
- title: Bundled data
contents:
- stringr-data