test_that("runs without error", {
# Run the lambda_interpolation method on this data
myIndicator <- lambda_indicator(myArray)
expect_equal(class(myIndicator), 'list')
expect_equal(length(myIndicator), 5)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.