rd_info() is an internal generic to generate Rd or markdown code to be used in manual pages.
rd_format_string() and rd_format_range() are string functions to assist generating
proper Rd code.
rd_info(obj, ...)rd_format_range(lower, upper)
rd_format_string(str, quote = c("\\dQuote{", "}"))
rd_format_packages(packages)
character(), possibly with markdown code.
(any)
Object of the respective class.
(any))
Additional arguments.
(numeric(1))
Lower bound.
(numeric(1))
Upper bound.
(character())
Vector of strings.
(character())
Quotes to use around each element of x.
Will be replicated to lenght 2.
(character())
Vector of package names.