R/myfuncs.reload.R

Defines functions myfuncs.reload

Documented in myfuncs.reload

#' Reload the myfuncs package
#'
#' Reload the myfuncs package
#'
#' Reload the myfuncs package
#' @export
myfuncs.reload <- function() {
  unloadNamespace( "myfuncs" )
  require( myfuncs )
}
january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.