-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
39 lines (32 loc) · 828 Bytes
/
_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
url: https://lightbridge-ks.github.io/zoomclass
template:
bootstrap: 5
bootswatch: flatly
bslib:
pkgdown-nav-height: 100px
navbar:
right:
- icon: fa-github
href: https://github.com/Lightbridge-KS/zoomclass
reference:
- title: Zoom Participants Report
description: |
Funtions to analyse Zoom participants report file (`.csv`).
contents:
- '`read_participants`'
- '`class_session`'
- '`class_students`'
- '`class_studentsID`'
- '`meeting_overview`'
- '`class_overview`'
- title: Zoom Chat
description: |
Funtions to parse program Zoom chat file from `.txt` file to a tibble, and also do some basic analysis.
contents:
- '`read_zoom_chat`'
- '`zoom_chat_extract`'
- '`zoom_chat_count`'
- title: Example Data
contents:
- '`heroes_students`'
- '`zoomclass_example`'