Create a ggplot2 graphic showing the range of function lengths in a package.

plot_function_length(pkg = ".")

Arguments

pkg

The package to use, can be a file path to the package or a package object. See [devtools::as.package()] for more information.

Value

ggplot2; ggplot2 graphic (boxplot)