forked from tidyverse/duckplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
40 lines (35 loc) · 846 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
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 for single data frames
contents:
- as_duckplyr_df
- is_duckplyr_df
- title: Using duckplyr for all data frames
contents:
- methods_overwrite
- title: Data ingestion
contents:
- df_from_file
- title: Configuration, telemetry, and internals
contents:
- config
- fallback
- stats_show
- duckplyr_execute
- 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