-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path_pkgdown.yml
93 lines (77 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
93
url: https://duckplyr.tidyverse.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="duckplyr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Using duckplyr
contents:
- duckdb_tibble
- read_file_duckdb
- read_sql_duckdb
- title: dplyr verbs
- subtitle: Computing and materializing data
contents:
- compute.duckplyr_df
- compute_file
- collect.duckplyr_df
- pull.duckplyr_df
- explain.duckplyr_df
- subtitle: Verbs that affect rows
contents:
- arrange.duckplyr_df
- distinct.duckplyr_df
- filter.duckplyr_df
- head.duckplyr_df
- subtitle: Verbs that affect columns
contents:
- mutate.duckplyr_df
- transmute.duckplyr_df
- select.duckplyr_df
- rename.duckplyr_df
- relocate.duckplyr_df
- subtitle: Grouping and summarising verbs
contents:
- count.duckplyr_df
- summarise.duckplyr_df
- subtitle: Verbs that work with multiple tables
contents:
- left_join.duckplyr_df
- right_join.duckplyr_df
- inner_join.duckplyr_df
- full_join.duckplyr_df
- semi_join.duckplyr_df
- anti_join.duckplyr_df
- intersect.duckplyr_df
- union_all.duckplyr_df
- setdiff.duckplyr_df
- symdiff.duckplyr_df
- subtitle: Unsupported verbs
contents:
- unsupported
- title: Using duckplyr for all data frames
contents:
- methods_overwrite
- subtitle: Datasets
contents:
- flights_df
- title: Configuration, telemetry, and internals
contents:
- config
- fallback
- stats_show
- last_rel
- db_exec
- title: Relational operations and expressions
contents:
- new_relational
- new_relexpr
development:
mode: auto
authors:
Hannes Mühleisen:
href: https://hannes.muehleisen.org/
Kirill Müller:
href: https://krlmlr.info