-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadd_badges.Rd
46 lines (45 loc) · 1.18 KB
/
add_badges.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/add_badges.R
\name{add_badges}
\alias{add_badges}
\title{add badges to a README}
\usage{
add_badges(x = ".", ...)
}
\arguments{
\item{x}{Either a \code{checklist} object or a path to the source code.
Defaults to \code{.}.}
\item{...}{Additional arguments}
}
\description{
\itemize{
\item \code{doi}: add a DOI badge
\item \code{url}: add a website badge
}
}
\examples{
\dontrun{
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(url = "https://www.inbo.be", doi = "10.5281/zenodo.8063503")
}
}
\seealso{
Other both:
\code{\link{check_filename}()},
\code{\link{check_lintr}()},
\code{\link{check_spelling}()},
\code{\link{custom_dictionary}()},
\code{\link{default_organisation}()},
\code{\link{print.checklist_spelling}()},
\code{\link{read_checklist}()},
\code{\link{read_organisation}()},
\code{\link{update_citation}()},
\code{\link{write_checklist}()},
\code{\link{write_citation_cff}()},
\code{\link{write_organisation}()},
\code{\link{write_zenodo_json}()}
}
\concept{both}