excel_generation_tests <- function(){
obs <-tryCatch(excel_generation(),error=conditionMessage)
RUnit::checkIdentical('Path to the graph object must be specified', obs)
obs <-tryCatch(excel_generation('Not working path'),error=conditionMessage)
RUnit::checkIdentical('graph object in the specified folder must exist', obs)
workingpath <- system.file('extdata',package='TraRe')
obs <-tryCatch(excel_generation(workingpath,cliquesbool='non-logical'),error=conditionMessage)
RUnit::checkIdentical('non-logical variable pass to this cliquesbool argument', obs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.