Nothing
test_that("checkTCGA() function works properly", {
expect_equal( length(checkTCGA('Dates')) >= 60, T )
expect_is( checkTCGA('Dates'), "character" )
expect_equal( "2015-06-01" %in% checkTCGA('Dates'), T )
#expect_error( checkTCGA('DataSets', 'OV', checkTCGA('Dates')[6] ) )
expect_equal( nrow(checkTCGA('DataSets', 'OV', "2015-06-01" )) == 42, T )
expect_is( checkTCGA('DataSets', 'OV', tail(checkTCGA('Dates'),2)[1]), "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.