pff_plot_summary_pkgs: Plots a summary of used packages fround in files from a given...

Description Usage Arguments Value Examples

View source: R/pff_plot_summary_pkgs.R

Description

Plots a summary of used packages fround in files from a given folder

Usage

1
2
pff_plot_summary_pkgs(folder.in, n.most.used.pkgs = 10,
  do.recursive = TRUE)

Arguments

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)

Value

A ggplot2 object that can be printed with print()

Examples

1
2
3
 my.dir <- dirname(system.file('extdata', package = 'PkgsFromFiles'))
 p <- pff_plot_summary_pkgs(my.dir)
 print(p)

PkgsFromFiles documentation built on Oct. 29, 2018, 1:03 a.m.