styler (version 1.1.1)

parse_roxygen: Parse roxygen comments into text

Description

Used to parse roxygen code examples. Removes line break before \dontrun{...} and friends because it does not occurr for segments other than \dont{...} and friends.

Usage

parse_roxygen(roxygen)

Arguments

roxygen

Roxygen comments.

Examples

Run this code
# NOT RUN {
styler:::parse_roxygen(c(
  "#' @examples",
  "#' 1+  1"
))
styler:::parse_roxygen(c(
  "#' @examples 33",
  "#'1+  1"
))
# }

Run the code above in your browser using DataLab