tests/testthat/roxygen-examples-complete/17-two-no-non-comment-out.R

#' @examples
#' my_fun <- function() {
#'   print("hello world!")
#' }
#' # before this comment is a left-over space
#' another_function <- function() NULL

#' @examples
#' my_fun <- function() {
#'   print("hello world!")
#' }
#' # before this comment is a left-over space
#' another_function <- function() NULL
r-lib/styler documentation built on April 10, 2024, 4 a.m.