Nothing
test_that("cdb_mean_matF works correctly", {
x <- cdb_mean_matF(Compadre)
expect_type(x, "list")
expect_true(inherits(x[[1]], "matrix"))
expect_length(x, nrow(Compadre@data))
})
test_that("cdb_mean_matF warns and fails gracefully", {
expect_error(cdb_mean_matF(Compadre@data))
})
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.