dwww Home | Show directory contents | Find package

foobar <- function(argument) {
  argument
}

#' foobar2
#' @export
#' @examples
#' foobar2()

foobar2 <- function() {
  outfile <- Sys.getenv("RCMDCHECK_OUTPUT", "")
  if (nzchar(outfile)) saveRDS(.libPaths(), outfile)
}

Generated by dwww version 1.15 on Wed May 22 15:53:56 CEST 2024.