Nothing
test_ImportPreparer_constructors <- function()
{
classes <- names(getClassDef("ImportPreparer")@subclasses)
## need to be no-arg capable
valid <- sapply(classes, function(cl) validObject(new(cl)))
checkTrue(all(valid))
}
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.