call_releases {manydata} | R Documentation |
Call releases historical milestones/releases
Description
The function will take a data frame that details this information, or more usefully, a Github repository listing.
Usage
call_releases(repo, begin = NULL, end = NULL)
Arguments
repo |
the github repository to track, e.g. "globalgov/manydata" |
begin |
When to begin tracking repository milestones. By default NULL, two months before the first release. |
end |
When to end tracking repository milestones. By default NULL, two months after the latest release. |
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/
See Also
Other call_:
call_packages()
,
call_sources()
,
call_treaties()
Examples
#call_releases("globalgov/manydata")
#call_releases("manypkgs")
[Package manydata version 0.9.3 Index]