The parsed information is converted to a vector of roxygen tags.
Usage
create_roxygen(info, usage = FALSE)
Value
a character vector
Arguments
info
the named list of the parsed documentation
usage
logical: whether to include the usage section in the output
(this can be useful when there are multiple functions in a single usage
section, but generally it is not necessary because roxygen can generate the
usage section automatically)