Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_files

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

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.