R/addNewFuncs.R

Defines functions nf

Documented in nf

#' function for writing documentation for new functions
#'
#' This function loads the necessary libraries and runs document() to create the 
#' documentation for any newly added functions.
#' @export

nf <- function() {
  devtools::document()
}
Sz-Tim/sevcheck documentation built on Feb. 1, 2024, 12:39 a.m.