Nothing
if(demo_server){
options(valh.server = valh.server)
loc <- vl_elevation(x_v)
expect_inherits(loc, "sf")
loc <- vl_elevation(x_sfc[1])
expect_inherits(loc, "sf")
expect_identical(st_crs(loc), st_crs(x_sfc))
loc <- vl_elevation(x_sf[1:10, ])
expect_inherits(loc, "sf")
expect_true(nrow(loc)==10)
expect_identical(st_crs(loc), st_crs(x_sf))
loc <- vl_elevation(x_df[1:10, ])
expect_inherits(loc, "sf")
expect_true(nrow(loc)==10)
expect_inherits(loc, "sf")
expect_identical(st_crs(loc), st_crs(4326))
loc <- vl_elevation(x_sf[1:2, ], sampling_dist = 500)
expect_inherits(loc, "sf")
expect_true(nrow(loc)==21)
}
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.