-
Notifications
You must be signed in to change notification settings - Fork 187
/
_pkgdown.yml
92 lines (80 loc) · 1.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
url: https://stringr.tidyverse.org
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="stringr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
home:
links:
- text: Learn more at R4DS
href: http://r4ds.hadley.nz/strings.html
reference:
- title: Pattern matching
- subtitle: String
contents:
- str_count
- str_detect
- str_escape
- str_extract
- str_locate
- str_match
- str_replace
- str_remove
- str_split
- str_starts
- modifiers
- subtitle: Vector
desc: >
Unlike other pattern matching functions, these functions operate on the
original character vector, not the individual matches.
contents:
- str_subset
- str_which
- title: Combining strings
contents:
- str_c
- str_flatten
- str_glue
- title: Character based
contents:
- str_dup
- str_length
- str_pad
- str_sub
- str_trim
- str_trunc
- str_wrap
- title: Locale aware
contents:
- str_order
- str_equal
- case
- str_unique
- title: Other helpers
contents:
- invert_match
- str_conv
- str_like
- str_replace_na
- str_view
- word
- title: Bundled data
contents:
- "`stringr-data`"
news:
releases:
- text: "Version 1.5.0"
href: https://www.tidyverse.org/blog/2022/12/stringr-1-5-0/
- text: "Version 1.4.0"
href: https://www.tidyverse.org/articles/2019/02/stringr-1-4-0/
- text: "Version 1.3.0"
href: https://www.tidyverse.org/articles/2018/02/stringr-1-3-0/
- text: "Version 1.2.0"
href: https://blog.rstudio.com/2017/04/12/tidyverse-updates/
- text: "Version 1.1.0"
href: https://blog.rstudio.com/2016/08/24/stringr-1-1-0/
- text: "Version 1.0.0"
href: https://blog.rstudio.com/2015/05/05/stringr-1-0-0/