Nothing
test_mergeTxFeatures <- function()
{
txf_merged <- mergeTxFeatures(txf_pred, txf_pred)
target <- txf_pred
current <- txf_merged
## target <- as.data.frame(target)
## current <- as.data.frame(current)
checkIdentical(target, current)
}
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.