A wrapper on top of list.files with recursive and full.names set to TRUE

list_files(x, ...)

is_imagepath(x)

Arguments

x

path

...

other arguments passed to list.files

Value

list of files

Functions

  • is_imagepath: test if a path has an image extension

Examples

Momit_data("acer") %>% list.files()
#> character(0)
Momit_data("acer") %>% list_files()
#> character(0)