R/zzz.R

Defines functions .onLoad

# #' Title
# #' 
# #' @return
# #' @export
# #' 
# #' @examples
.onLoad <- function(libname, pkgname) {
  try(printCFShortcuts())
  try(suggestFunctions())
  try(suggestSnippets())
}
dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.