Nothing
test_that("converts geographical coordinates works", {
expect_equal(
convertCoordinates(39.90105, 116.42079, from = "WGS-84", to = "GCJ-02"),
c(39.902446, 116.427022)
)
})
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.