Description Usage Arguments Value
View source: R/packagechecks.R
This is the main function to add badges to your readme.
1 2 | badgeplacer(location = ".", status = "active", githubaccount = NULL,
githubrepo = NULL, branch = NULL, name = "README.Rmd")
|
location |
folder where readme.rmd resides |
status |
one of: "concept", "wip", "suspended", "abandoned", "active", "inactive", or "unsupported" |
githubaccount |
your githubname |
githubrepo |
your githubrepositoryname |
branch |
master, develop, etc. |
name |
which file to place badges in, defaults to README.Rmd |
readme file with added badges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.