Nothing
test_that("show_peptide_mass_measurement class is right",
expect_is(
show_peptide_mass_measurement(rep_mass_dat),
"data.frame"
)
)
test_that("show_peptide_mass_measurement colnames",
expect_equal(
colnames(show_peptide_mass_measurement(rep_mass_dat)),
c("Protein", "Sequence", "Start", "End", "Exposure", "State", "File", "Mass")
)
)
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.