pathological icon indicating copy to clipboard operation
pathological copied to clipboard

list_files as a data frame with full.names = TRUE

Open mdsumner opened this issue 7 years ago • 0 comments

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!

mdsumner avatar Jun 30 '17 11:06 mdsumner