Skip to content

Commit

Permalink
Fix vignette typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightbridge-KS committed Apr 2, 2022
1 parent 295914c commit aa7af5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vignettes/zoomclass.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,15 @@ heroes_students_joined %>%

## Zoom Chat

The final functions of this package is design to parse program Zoom [chat file](https://support.zoom.us/hc/en-us/articles/115004792763-Saving-in-meeting-chat) from `.txt` file to a tibble.
j
You might want to parse [Zoom chat file](https://support.zoom.us/hc/en-us/articles/115004792763-Saving-in-meeting-chat) from `.txt` file to a tibble.

```{r path}
# Path to example Zoom Chat file
path <- zoomclass_example("zoom-chat-1.txt")
```


Raw `zoom-chat-1.txt` looks like this.
See that raw `zoom-chat-1.txt` looks like this.

```{r}
readLines(path) %>%
Expand Down

0 comments on commit aa7af5f

Please sign in to comment.