tests/testthat/roxygen-examples-complete/23-exampleIf-multiline-cond-in.R

#' dfalkj fdj
#'
#' fjd;kzj lorem impesum
#' @family xj2lkj
#' @examplesIf {
#' 'this-is-a-cond'
#' }
#' c( )
#' @importFrom purrr partial
#' @export
x <- 3


#' dfalkj fdj
#'
#' fjd;kzj lorem impesum
#' @examplesIf {
#' 'this-is-a-cond' %>% c()
#' }
#' c( )
x <- 3
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.