plot_github_pkgs_over_time: Plot Github Packages Over Time

View source: R/plot_rpackages.R

plot_github_pkgs_over_timeR Documentation

Plot Github Packages Over Time

Description

Plot Github Packages Over Time

Usage

plot_github_pkgs_over_time(df_pkgs, last_update = Sys.time())

Arguments

df_pkgs

data frame with pkgs as retrieved by get_github_packages

last_update

default: Sys.time()

Value

ggplot of temporal development of R packages on Github

Examples

## Not run: 
pkgs <- get_github_packages()
plot_github_pkgs_over_time(pkgs)
## End(Not run)


KWB-R/pkgmeta documentation built on March 27, 2024, 4:28 p.m.