tests/testthat/roxygen-examples-complete/23-exampleIf-multiline-cond-out.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 8, 2024, 7:53 p.m.