Nothing
library(testthat)
test_that("preprocess_data works correctly", {
retlist <- preprocess_data(RP, verbose = 0)
expect_true(class(retlist) == "data.frame")
expect_true(all(c("RT", "NAME", "SMILES") %in% colnames(retlist)))
expect_true(all(colnames(retlist) %in% c("RT", "NAME", "SMILES", CDFeatures)))
})
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.