Nothing
test_NetSAM <- function(){
data(inputNetwork)
outputFileName <- paste(getwd(),"/NetSAM",sep="")
result <- NetSAM(inputNetwork, outputFileName)
checkTrue(!is.na(result[1]))
checkTrue(!is.na(result[2]))
checkTrue(!is.na(result[3]))
}
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.