-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
94 lines (91 loc) · 1.83 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
92
93
94
url: https://fmtr.r-sassy.org
articles:
- title: Examples
navbar: ~
contents:
- fmtr-fdata
- fmtr-fapply
- fmtr-fcat
- fmtr-fapply2
- fmtr-convenience
- fmtr-helpers
- fmtr-example1
- fmtr-example2
- fmtr-faq
reference:
- title: Applying Formats
desc: Functions to apply formatting to data.
contents:
- fdata
- fapply
- fapply2
- fattr
- "fattr<-"
- title: Format Catalog
desc: Functions to create and manage format catalogs.
contents:
- fcat
- read.fcat
- write.fcat
- as.fcat
- as.fcat.data.frame
- as.fcat.tbl_df
- as.fcat.fmt_lst
- as.fcat.list
- as.data.frame.fcat
- is.fcat
- print.fcat
- title: Formatting List
desc: Functions to create a manage a formatting list.
contents:
- flist
- read.flist
- write.flist
- as.flist
- as.flist.data.frame
- as.flist.tbl_df
- as.flist.fcat
- as.flist.list
- as.data.frame.fmt_lst
- is.flist
- print.fmt_lst
- title: User-Defined Formats
desc: Functions to create a user-defined format.
contents:
- value
- condition
- labels.fmt
- as.fmt
- as.fmt.data.frame
- is.format
- as.data.frame.fmt
- print.fmt
- title: Convenience Functions
desc: Functions to easily apply formatting attributes to a data frame or tibble.
contents:
- formats
- descriptions
- widths
- justification
- title: Helper Functions
desc: Functions to perform common formatting tasks on statistical reports.
contents:
- fmt_n
- fmt_cnt_pct
- fmt_mean_sd
- fmt_median
- fmt_quantile_range
- fmt_range
- title: Formatting Codes
desc: A short summary of the formatting codes for formatting strings
contents:
- FormattingStrings
navbar:
type: inverse
structure:
right: [home, intro, articles, reference, faq, news, github]
left: []
components:
faq:
text: FAQ
href: ./articles/fmtr-faq.html