Get vector of filepaths
get_files_of_type.Rd
Get filepaths of given type, possibly recursively
Usage
get_files_of_type(ftype = "[.]Rmd|qmd$", indir, depth = 1)
get_rmd_qmd(ftype = "[.]Rmd|qmd$", indir, depth = 1)
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }
if (FALSE) { # \dontrun{
if(interactive()){
get_rmd_qmd()
}
} # }