tests/testthat/roxygen-examples-complete/22-exampleIf-example-mixed-in.R

#' The bli blauuu2
#'
#' Style code according to the bli blauuu2 guide.
#' @family some
#' @examplesIf TRUE
#' c( )
#' @examples
#' x=2
#' @importFrom purrr partial
#' @export
x <- 3

#' Some more docs
#'
#' Style code according to the bli blauuu2 guide.
#' @family not
#' @examples
#' x=2
#' @examplesIf TRUE
#' c( )
#' @export
function()
  NULL
r-lib/styler documentation built on April 30, 2024, 9 p.m.