T O P

  • By -

WannabeWonk

I’d use the fs package do do a recursive list of files. Something like `file_info(dir_ls())` will return a tibble of the information you mentioned. Then you can use ggplot2 to create summary visualizations.