get_files: Get_files

View source: R/stats.R

get_filesR Documentation

Get_files

Description

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

Usage

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

Arguments

path

path

extensions

extensions

recurse

recurse

folders

folders

followlinks

followlinks

Value

list


fastai documentation built on March 31, 2023, 11:41 p.m.