-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
91 lines (84 loc) · 1.61 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
86
87
88
89
90
91
url: https://danchaltiel.github.io/EDCimport/
template:
bootstrap: 5
params:
bootswatch: flatly
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, twitter, github]
components:
twitter:
icon: fa-twitter
href: http://twitter.com/DanChaltiel
aria-label: Twitter
articles:
- title: Articles
navbar: ~
contents:
- reading
- postprocessing
- checking
- visualizing
- utils
reference:
- title: "Reading databases"
- contents:
- read_trialmaster
- read_all_xpt
- read_all_sas
- read_all_csv
- load_database
- edc_database
- edc_lookup
- title: "Modifying databases"
- contents:
- edc_unify_subjid
- edc_split_mixed
- edc_clean_names
- set_project_name
- title: "Checking databases"
- contents:
- edc_data_warn
- assert_no_duplicate
- edc_warn_patient_diffs
- edc_warn_extraction_date
- title: "Project management"
- contents:
- edc_inform_code
- search_for_newer_data
- save_sessioninfo
- title: "Searching databases"
- contents:
- edc_find_value
- lastnews_table
- edc_db_to_excel
- get_common_cols
- edc_viewer
- title: "Options"
- contents:
- edc_options
- edc_peek_options
- edc_reset_options
- title: "Graphics"
- contents:
- edc_swimmerplot
- edc_crf_plot
- edc_patient_gridplot
- edc_population_plot
- title: "Helpers"
- contents:
- unify
- fct_yesno
- table_format
- save_plotly
- select_distinct
- get_datasets
- edc_left_join
- title: "Examples"
- contents:
- edc_example
- title: "Manual correction"
- contents:
- manual_correction
- reset_manual_correction