Description Usage Arguments Value Examples
View source: R/pff_plot_summary_pkgs.R
Plots a summary of used packages fround in files from a given folder
1 2  | pff_plot_summary_pkgs(folder.in, n.most.used.pkgs = 10,
  do.recursive = TRUE)
 | 
folder.in | 
 Folder to search for R related files  | 
n.most.used.pkgs | 
 Number of most used packages to show in plot (default = 10)  | 
do.recursive | 
 Find files in all subdirectories? (default = TRUE)  | 
A ggplot2 object that can be printed with print()
1 2 3  |  my.dir <- dirname(system.file('extdata', package = 'PkgsFromFiles'))
 p <- pff_plot_summary_pkgs(my.dir)
 print(p)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.