Nothing
context("shuffle method for SoilProfileCollection objects")
test_that("basic functionality", {
data('osd', package = 'aqp')
o <- osd
o.d <- shuffle(o, mode = 'data')
o.h <- shuffle(o, mode = 'horizon')
o.h2 <- shuffle(o, mode = 'horizon', replace = TRUE)
expect_true(inherits(o.d, 'SoilProfileCollection'))
expect_true(inherits(o.h, 'SoilProfileCollection'))
expect_true(inherits(o.h2, 'SoilProfileCollection'))
})
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.