decomment {inlinedocs}R Documentation

decomment

Description

Remove comment prefix and join lines of code to form a documentation string.

Usage

decomment(comments)

Arguments

comments

Character vector of prefixed comment lines.

Value

String without prefixes or newlines.

Author(s)

Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]


[Package inlinedocs version 2023.9.4 Index]