Get all the files in `path` with optional `extensions`, optionally with `recurse`, only in `folders`, if specified.

get_files(
  path,
  extensions = NULL,
  recurse = TRUE,
  folders = NULL,
  followlinks = TRUE
)

Arguments

path

path

extensions

extensions

recurse

recurse

folders

folders

followlinks

followlinks

Value

list