Description Usage Arguments Value See Also Examples
This function returns markdown that you must place in the readme. This is dynamic content. This function returns a RMarkdown piece that does some calculation and a set of badges are placed underneath the code part.
1 2 3 |
status |
one of concept, wip, suspended, abandoned, active, inactive or unsupported |
license |
one of GPL-3, GPL-2, MIT, or CC0. |
last_change |
adding a last change badge? TRUE or FALSE |
minimal_r_version |
adding minimal r version badge? TRUE or FALSE |
travisfile |
add a travis statusbadge |
codecov |
add a codecov badge |
location |
defaults to current location |
text to put into rmd file
Other scenarios: minimal_badges
1 2 3 4 | ## Not run:
dynamic_badges_minimal(status = "active",last_change = FALSE,minimal_r_version = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.