Nothing
## function to perform unit test for readMSL
test_readMSL <- function() {
data.path <- system.file("data", package = "SIMAT")
checkException(readMSL(path = data.path),
"Name of the MSL file should be provided!")
checkException(readMSL(file.name = "Targets.MSL", path = data.path),
"No MSL file found in the provided path!")
}
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.