# NOT RUN {
styler:::parse_roxygen(
c(
"#' @examples",
"#' x <- '{'",
"#' \\dontrun{",
"#' fu(x = 3)",
"#' }"
)
)
styler:::parse_roxygen(
c(
"#' @examples",
"#' x <- '{'",
"#' \\dontrun{",
"#' c('{', \"'{{{\" ,\"[\")",
"#' }"
)
)
# }
Run the code above in your browser using DataLab