forked from tidyverse/dbplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
115 lines (98 loc) · 2.44 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
url: https://dbplyr.tidyverse.org
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="dbplyr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
home:
title: A dplyr backend for databases
reference:
- title: dplyr verbs
- subtitle: Connecting, copying, and retrieving data
contents:
- tbl.src_dbi
- copy_to.src_sql
- copy_inline
- collapse.tbl_sql
- pull.tbl_sql
- subtitle: Verbs that affect rows
contents:
- arrange.tbl_lazy
- distinct.tbl_lazy
- filter.tbl_lazy
- head.tbl_lazy
- slice_min.tbl_lazy
- subtitle: Verbs that affect columns
contents:
- mutate.tbl_lazy
- select.tbl_lazy
- subtitle: Grouping and summarising verbs
contents:
- count.tbl_lazy
- group_by.tbl_lazy
- summarise.tbl_lazy
- do.tbl_sql
- subtitle: Verbs that work with multiple tables
contents:
- inner_join.tbl_lazy
- intersect.tbl_lazy
- subtitle: Verbs that modify the underlying data
contents:
- rows_insert.tbl_lazy
- get_returned_rows
- title: tidyr verbs
contents:
- complete.tbl_lazy
- dbplyr_uncount
- expand.tbl_lazy
- fill.tbl_lazy
- pivot_longer.tbl_lazy
- pivot_wider.tbl_lazy
- replace_na.tbl_lazy
- title: Built-in database backends
contents:
- starts_with("backend")
- title: Database connection
contents:
- in_schema
- memdb_frame
- remote_name
- title: SQL generation
contents:
- build_sql
- escape
- ident
- partial_eval
- sql
- sql_expr
- translate_sql
- window_order
- title: dbplyr Backends
desc: Documentation for authors of new dbplyr backends
contents:
- db-io
- db-misc
- db-sql
- db-quote
- sql_query_insert
news:
releases:
- text: "Version 2.3.0"
href: https://www.tidyverse.org/blog/2023/01/dbplyr-2-3-0/
- text: "Version 2.2.0"
href: https://www.tidyverse.org/blog/2022/06/dbplyr-2-2-0/
- text: "Version 2.1.0"
href: https://www.tidyverse.org/blog/2021/02/dplyr-backends/
- text: "Version 2.0.0"
href: https://www.tidyverse.org/blog/2020/11/dbplyr-2-0-0/
- text: "Version 1.4.0"
href: https://www.tidyverse.org/articles/2019/04/dbplyr-1-4-0/
- text: "Version 1.3.0"
href: https://www.tidyverse.org/articles/2019/01/dbplyr-1-3-0/
- text: "Version 1.2.0"
href: https://www.tidyverse.org/articles/2018/01/dbplyr-1-2/
- text: "Version 1.1.0"
href: https://blog.rstudio.com/2017/06/27/dbplyr-1-1-0/