-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_pkgdown.yml
More file actions
42 lines (38 loc) · 834 Bytes
/
Copy path_pkgdown.yml
File metadata and controls
42 lines (38 loc) · 834 Bytes
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
template:
params:
bootswatch: cerulean
ganalytics: UA-156194578-1
destination: docs
toc:
depth: 3
reference:
- title: "R functions in running window"
desc: "Using custom R function on running window"
contents:
- runner
- run_by
- window_run
- title: "Running aggregations"
desc: "Aggregating functions applied on running windows"
contents:
- length_run
- mean_run
- minmax_run
- min_run
- max_run
- streak_run
- sum_run
- title: "Utility functions"
desc: "Functions applied in running window"
contents:
- fill_run
- lag_run
- which_run
articles:
- title: "Vignettes"
navbar: ~
contents:
- getting_started_with_runner
- apply_any_r_function
- built-in_functions
- runner_examples