-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (47 loc) · 953 Bytes
/
_pkgdown.yml
File metadata and controls
52 lines (47 loc) · 953 Bytes
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
url: https://logr.r-sassy.org
articles:
- title: Examples
navbar: ~
contents:
- logr-parts
- logr-features
- logr-globals
- logr-put
- logr-tidylog
- logr-integration
- logr-example1
- logr-faq
reference:
- title: Primary Logging Functions
desc: Functions to open, print to, and close a log file.
contents:
- log_open
- log_print
- log_close
- title: Interruption Functions
desc: Functions to suspend and resume a log.
contents:
- log_suspend
- log_resume
- title: Exception Handling
desc: Functions to manage errors and warnings.
contents:
- log_error
- log_warning
- get_warnings
- title: Utility Functions
desc: Other useful functions.
contents:
- log_path
- log_status
- log_code
- log_info
navbar:
type: inverse
structure:
right: [home, intro, articles, reference, faq, news, github]
left: []
components:
faq:
text: FAQ
href: ./articles/logr-faq.html