-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
45 lines (44 loc) · 1.36 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
url: https://nifu-no.github.io/saros/
template:
bootstrap: 5
light-switch: yes
reference:
- title: The main function you will use
desc: You use this function with the `type`-argument to create most things you'll
need.
contents: makeme
- title: Get, set and reset global options
desc: Global options allow you to easily set defaults for all your makeme function
calls, so you basically do not need to specify the same arguments throughout.
data, dep and indep will still need to be specified.
contents:
- global_settings_get
- global_settings_set
- global_settings_reset
- title: Gets the possible data_label and type options for the makeme()-arguments
contents:
- get_data_label_opts
- get_makeme_types
- title: Save output and create a link to it on rendering
contents:
- make_link
- make_link.default
- make_link.list
- ggsaver
- title: Compute optimal figure heights for the built-in cat_plot
contents:
- fig_height_h_barchart
- fig_height_h_barchart2
- title: Obtain sample size range for a makeme-object (experimental)
contents:
- n_range
- n_range2
- title: Only relevant when expanding the S3 system with your own functions
contents: make_content
- title: Example dataset
contents: ex_survey
- title: Deprecated functions replaced by makeme()
contents:
- embed_cat_prop_plot
- embed_cat_table
- embed_chr_table_html