pathological
pathological copied to clipboard
list_files as a data frame with full.names = TRUE
This wrapper around list.files
returns a tibble with filename
column from list.files(...) with full.names
set TRUE by default.
I've avoided importing tibble by setting the class and row names manually. To discuss if you are generally agreeable to including this. I'd also go for data.frame as long as factors are avoided ;)
Thanks!