add_badges | R Documentation |
check_package
: add a package check badge
check_project
: add a project check badge
doi
: add a DOI badge
url
: add a website badge
version
: add a version badge
add_badges(x = ".", ...)
x |
Either a |
... |
Additional arguments |
Other both:
check_filename()
,
check_lintr()
,
check_spelling()
,
custom_dictionary()
,
default_organisation()
,
print.checklist_spelling()
,
read_checklist()
,
read_organisation()
,
update_citation()
,
write_checklist()
,
write_citation_cff()
,
write_organisation()
,
write_zenodo_json()
## Not run:
add_badges(url = "https://www.inbo.be")
add_badges(doi = "10.5281/zenodo.8063503")
add_badges(check_project = "inbo/checklist")
add_badges(check_package = "inbo/checklist")
add_badges(version = "v0.1.2")
add_badges(url = "https://www.inbo.be", doi = "10.5281/zenodo.8063503")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.