get_zoom_names: Get a vector of Zoom chat files

View source: R/utility_functions.R

get_zoom_namesR Documentation

Get a vector of Zoom chat files

Description

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

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

kjhealy/zoomchattr documentation built on April 30, 2022, 12:16 a.m.