-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
58 lines (49 loc) · 1.27 KB
/
Copy path_pkgdown.yml
File metadata and controls
58 lines (49 loc) · 1.27 KB
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
url: https://ald0405.github.io/SangerTools/
template:
bootstrap: 5
home:
title: SangerTools — Population Health Analytics for R
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
reference:
- title: "Analytics"
desc: "Prevalence and standardised rate calculations."
contents:
- crude_rates
- standardised_rates_df
- title: "Wrangling"
desc: "Patient cohort wrangling helpers."
contents:
- age_bandizer
- age_bandizer_2
- cohort_processing
- split_and_save
- title: "Charts and theming"
desc: "Branded ggplot2 chart helpers."
contents:
- categorical_col_chart
- theme_sanger
- scale_fill_sanger
- show_brand_palette
- show_extended_palette
- title: "I/O"
desc: "Reading and writing data between R, Excel, CSV and SQL."
contents:
- df_to_sql
- excel_clip
- multiple_csv_reader
- multiple_excel_reader
- title: "Bundled datasets"
desc: "Example population health datasets shipped with the package."
contents:
- PopHealthData
- master_patient_index
- uk_pop_standard
articles:
- title: "Get started"
navbar: ~
contents:
- SangerTools_Vignette
- demo-data-and-functions