test_that("DayLength calculation gets the correct day length",{
expect_equal(
Day_Length(54.6)[1,],
expected = data.frame(Month="Jan",
Total=744,
Day=245.39297,
Night=498.60703)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.