Nothing
test_that("result is as expected for sample data", {
calced_result <- test_scale_input %>%
scale_auto()
expect_equal(test_scale_auto_results, calced_result)
})
test_that("row & column order stays unchanged", {
scaled_df <- toy_metaboscape %>%
impute_lod() %>%
scale_auto()
expect_equal(dplyr::select(scaled_df, -Intensity), dplyr::select(toy_metaboscape, -Intensity))
})
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.