Nothing
testthat::test_that(
desc = "ReadSpecClipboard works as expected",
code = {
fn <- tempfile(fileext = ".txt")
x <- as.matrix(InterpretMSSpectrum::apci_spectrum)
rownames(x) <- 1:nrow(x)
write.table(x = x, file = fn, row.names = FALSE)
testthat::expect_equal(InterpretMSSpectrum::ReadSpecClipboard(con = fn), x)
}
)
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.