View source: R/plot_rpackages.R
plot_github_pkgs_over_time | R Documentation |
Plot Github Packages Over Time
plot_github_pkgs_over_time(df_pkgs, last_update = Sys.time())
df_pkgs |
data frame with pkgs as retrieved by
|
last_update |
default: Sys.time() |
ggplot of temporal development of R packages on Github
## Not run:
pkgs <- get_github_packages()
plot_github_pkgs_over_time(pkgs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.