powered by
Plots a summary of used packages fround in files from a given folder
pff_plot_summary_pkgs(folder.in, n.most.used.pkgs = 10, do.recursive = TRUE)
Folder to search for R related files
Number of most used packages to show in plot (default = 10)
Find files in all subdirectories? (default = TRUE)
A ggplot2 object that can be printed with print()
# NOT RUN { my.dir <- dirname(system.file('extdata', package = 'PkgsFromFiles')) p <- pff_plot_summary_pkgs(my.dir) print(p) # }
Run the code above in your browser using DataLab