Skip to contents

Point at directory, get chat txt file paths and names

Usage

get_zoom_names(
  path = "~/Documents/Zoom",
  regexp = "meeting_saved_chat.txt|chat.txt",
  recurse = TRUE,
  ...
)

Arguments

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

Value

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}