R/simutils.R

Defines functions .onAttach

# Here's a good place to put your top-level package documentation
.onAttach <- function(lib, pkgname = "simutils") {
  ## Put stuff here you want to run when your package is loaded
  invisible()
}
bogdanoancea/simutils documentation built on April 4, 2022, 2:58 p.m.