R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to locatefile!
The package that helps to explore your file system")
}
pep1024/locatefile documentation built on Feb. 21, 2023, 7:07 a.m.