Nothing
#Make sure our special generics are actually defined as generic.
test_that("generics", {
expect_true(isGeneric("transform"))
expect_true(isGeneric("%in%"))
#Actually resolve a method
expect_true(hasMethod("%in%",c("flowFrame","rectangleGate")))
expect_true(hasMethod("%in%",c("flowFrame","rectangleGate")))
})
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.