Nothing
if(FALSE) {
library( "RUnit" )
library( "ENCODExplorer" )
}
load(file = "inst/extdata/test_rest_search_file.rda") #search_file
res = getFileDetails(resultSet = search_file)
checkTrue(is.list(res), msg = "this function should return a list")
checkTrue(length(res) == 2, msg = "this function should return a list with 2 elements")
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.