Nothing
#' @title dfuncEstimErrMessage - dfuncEstim error messages
#'
#' @description
#' Utility function to produce error messages suitable for \code{stop}
#'
#' @param txt A text string describing the error.
#'
#' @param attri An attribute to report.
#'
#' @return A string
#'
# Non-exported
dfuncEstimErrMessage <- function(txt, attri){
paste0( "Unknown "
, txt
, ". Set "
, txt
, " using 'RdistDf',"
, " or with "
, 'attr(data, "'
, attri
, '") <- "value".'
, " See help(RdistDf) for list of values."
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.