Plot Treemaps for All given Path Infos

plot_all_treemaps(path_infos, as_png = TRUE, ...)

Arguments

path_infos

list of data frames each of which contains file path information as returned by read_file_info

as_png

if TRUE the plots are saved to png-files in tempdir(). The name is then taken from the names of the elements in path_infos. Otherwise the plot go into the current graphical device.

...

further arguments passed to plot_treemaps_from_path_data, such as n_levels

Value

for as_png = TRUE vector of paths to the created png files.