Nothing
# Tests for flget_area
test_that("flget_area works", {
dat_no_TS <- fl_LoadFjord("test", dirdata = system.file("extdata", package = "FjordLight"))
res_rast <- flget_area(dat_no_TS, mode = "raster")
res_df <- flget_area(dat_no_TS, mode = "df")
expect_s4_class(res_rast, "RasterLayer")
expect_s3_class(res_df, "data.frame")
})
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.