-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
52 lines (44 loc) · 1.06 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
reference:
- title: Chunked processing
desc: Process a (large) file of tabular data in chunks
- contents:
- fread_chunked
- process_df_chunked
- title: Summarise
desc: Generate quick summaries for tabular data
- contents:
- my_skim
- title: Utilites
desc: Miscellaneous general utility functions
- contents:
- time_taken_message
- revalue_col
- revalue_vector
- print_df_as_call_to_tibble
- title: Plots
desc: Plotting functions
- contents:
- plot_heatmap
- title: Statistics
desc: Miscellaneous statistics functions
- contents:
- calc_interaction_pvalues
- title: Dummy data
desc: Functions to generate dummy data for experimenting with
- contents:
- make_dummy_df
- title: Labelled data
desc: Functions for labelling/relabelling data
- contents:
- logical_to_labelled
- str_replace_all_var_labels
- str_remove_from_var_labels
- capitalise_first_letter_var_labels
- title: Private functions
desc: Helpers
- contents:
- assert_integer_ge_1
- title: Package overview
desc: General summary of package contents
- contents:
- rawutil