context("longitudinal coordinates conversion")
test_that("grid coordinates return correctly", {
expect_equal(lon_conversion(-180), 360)
expect_equal(lon_conversion(0), 0)
expect_equal(lon_conversion(-90), 540)
expect_equal(lon_conversion(90), 180)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.