Nothing
#calcPhotic test
test_that("multiplication works", {
expect_error(calcPhotic(Z = "m"), info = "Input values must be numeric")
expect_error(calcPhotic(Z = 0), info = "Input values cannot be zero")
expect_equal(calcPhotic(Z = 4), 9.25628141)
})
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.