Learn R Programming

migraph (version 0.7.1)

plot_releases: 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. "snlab-ch/migraph"

Value

A ggplot graph object

Details

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

Examples

Run this code
# NOT RUN {
if(!httr::http_error("https://api.github.com/repos/snlab-ch/migraph/releases")){
plot_releases("snlab-ch/migraph")
}
# }

Run the code above in your browser using DataLab