-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
86 lines (85 loc) · 1.55 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://a2-ai.github.io/scicalc/
template:
bootstrap: 5
bslib:
bg: '#FFFFFF'
fg: '#63666A'
primary: '#1E63AF'
navbar:
title: scicalc
bg: primary
structure:
left:
- intro
- reference
right:
- search
- github
components:
reference:
text: Reference
href: reference/index.html
intro:
text: Get started
href: articles/scicalc.html
github:
icon: fa-github fa-lg
href: https://github.com/A2-ai/scicalc
reference:
- title: Reading/Writing File Functions
- subtitle: File Reading Functions
contents:
- read_hashed_file
- read_csv_with_hash
- read_file_with_hash
- read_parquet_with_hash
- read_pzfx_with_hash
- read_sas_with_hash
- read_xpt_with_hash
- read_excel_with_hash
- subtitle: File Writing Functions
contents:
- write_csv_with_hash
- write_file_with_hash
- write_parquet_with_hash
- title: Data Manipulation
- subtitle: Demographic Manipulations
- subsubtitle: Race
contents:
- is_white
- is_black
- is_asian
- is_other
- racen
- is_hispanic_or_latino
- is_not_hispanic_or_latino
- ethnicn
- sexf
- is_female
- subtitle: Vitals Functions
contents:
- bbmi
- bsa
- dubois_bsa
- mosteller_bsa
- crcl
- brfc
- bhfc
- egfr
- ckdepi_2009_egfr
- ckdepi_2021_egfr
- ckdepi_2021_egfr_cystatin
- mdrd_egfr
- schwartz_egfr
- title: Statistical Functions
contents:
- cv
- geom_cv
- geom_mean
- geom_sd
- categorize
- title: Unit Checks
contents:
- check_for_unique_units
- get_unique_units_df
- create_dir