-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
78 lines (77 loc) · 1.8 KB
/
Copy path_pkgdown.yml
File metadata and controls
78 lines (77 loc) · 1.8 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
url: https://atorus-research.github.io/clinify/
destination: docs
template:
bootstrap: 5
bslib:
bg: "#FFFFFF"
fg: "#1D252D"
primary: "#1D252D"
params:
bootswatch: yeti
ganalytics: UA-165685385-2
opengraph:
twitter:
creator: "@AtorusR"
card: summary_large_image
search:
exclude: ["news/index.html"]
repo:
url:
home: https://github.com/atorus-research/clinify/
source: https://github.com/atorus-research/clinify/blob/main/
issue: https://github.com/atorus-research/clinify/issues/
user: https://github.com/atorus-research
news:
cran_dates: true
reference:
- title: Table Object
desc: Make a clintable Object
- contents:
- clintable
- as_clintable
- clindoc
- title: Titles and Footnotes
desc: Attach titles or footnotes to a clintable
- contents:
- clin_add_titles
- new_title_footnote
- title: Pagination
desc: Control table pagination
- contents:
- clin_auto_page
- clin_alt_pages
- clin_page_by
- clin_group_by
- title: Styling
desc: Table aesthetic helpers
- contents:
- clin_col_widths
- clin_column_headers
- clin_replace_pagenums
- clin_group_pad
- title: Style defaults
desc: Default style functions
- contents:
- clinify_footnotes_default
- clinify_titles_default
- clinify_table_default
- clinify_docx_default
- clin_default_table_width
- title: Outputs
desc: Table rendering functions
- contents:
- print.clintable
- write_clindoc
- titles: Other Helpers
desc: Other helper functions
- contents:
- make_grouped_pagenums
articles:
- title: Vignettes
navbar: Vignettes
contents:
- defaults
- pagination
- titles_footnotes
- write
- end_to_end