plot_releases: A plotting function that visualises historical...

View source: R/releases_plot.R

plot_releasesR Documentation

A plotting function that visualises historical milestones/releases

Description

The function will take a data frame that details this information, or more usefully, a Github repository listing.

Usage

plot_releases(repo)

Arguments

repo

the github repository to track, e.g. "globalgov/manydata"

Details

The function creates a project timeline graphic using ggplot2 with historical milestones and milestone statuses gathered from a specified GitHub repository.

Value

A ggplot graph object

Source

https://benalexkeen.com/creating-a-timeline-graphic-using-r-and-ggplot2/

Examples


#plot_releases("globalgov/manydata")


manydata documentation built on July 9, 2023, 6:29 p.m.