test_ResulTable <- function() {
obs <- tryCatch(ResulTable(EP_Result = NULL,
coef=1,
number=Inf), error=conditionMessage)
checkIdentical("EP_Result field is empty", obs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.