R/exported.R

Defines functions exported_f

Documented in exported_f

#' An exported function
#'
#' @export
exported_f <- function() {

   if (TRUE) {
    system2("ls")
  }

}
ropenscilabs/testevil documentation built on May 11, 2022, 9:12 a.m.