Nothing
## function to perform unit test for writeMSL
test_writeMSL <- function() {
data(Targets)
checkException(writeMSL(Targets = Targets),
"Either the targets or the file name is missing!")
checkException(writeMSL(target.file.name = "Targets.MSL"),
"Either the targets or the file name is missing!")
}
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.