Nothing
if(FALSE) {
library( "RUnit" )
library( "ENCODExplorer" )
}
res = extract_table(type = "platform")
checkTrue(nrow(res) > 0, "this function should return an non empty data.frame")
res = extract_table(type = "test")
checkTrue(nrow(res) == 0, "this function should return an empty data.frame")
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.