R/VP.R

#' Print messages if verbose=TRUE in calling function.
#'
#' @param message Message to print
#'
#' @export
#'
VP <- function(message){
  # if(parent.frame()$verbose)
    print(message)
}

Try the StudyPrior package in your browser

Any scripts or data that you put into this service are public.

StudyPrior documentation built on May 2, 2019, 5:54 p.m.