View source: R/utility_functions.R
get_zoom_names | R Documentation |
Point at directory, get chat txt file paths and names
get_zoom_names( path = "~/Documents/Zoom", regexp = "meeting_saved_chat.txt|chat.txt", recurse = TRUE, ... )
path |
The director to look in, defaults to ~/Documents/Zoom |
regexp |
The regexp to search for |
recurse |
Look in all the subdirectories? Defaults to TRUE |
... |
Other arguments passed to fs::dir_ls |
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.