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

Try the styler package in your browser

Any scripts or data that you put into this service are public.

styler documentation built on Aug. 29, 2023, 5:10 p.m.