Description Usage Arguments Value See Also Examples
Returns markdown to manually place in your readme.Rmd file. This is a function you might want to use in the early stages of your project. This function returns badges linkprojectstatusbadge, link(licensebadge), and link(last_change_badge_static).
1 | minimal_badges(status = "concept", license = NULL, date = NULL)
|
status |
one of concept, wip, suspended, abandoned, active, inactive or unsupported |
license |
one of GPL-3, GPL-2, MIT, or CC0. |
date |
a date of your choosing, defaults to current date. |
text to put into rmd
Other scenarios: dynamic_badges_minimal
1 | minimal_badges("abandoned", "GPL-3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.