call_releases | R Documentation |
The function will take a data frame that details this information, or more usefully, a Github repository listing.
call_releases(repo, begin = NULL, end = NULL)
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. |
The function creates a project timeline graphic using ggplot2 with historical milestones and milestone statuses gathered from a specified GitHub repository.
A ggplot graph object
https://benalexkeen.com/creating-a-timeline-graphic-using-r-and-ggplot2/
Other call_:
call_packages()
,
call_sources()
,
call_treaties()
#call_releases("globalgov/manydata")
#call_releases("manypkgs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.