Nothing
test_that("subsetting works", {
expect_snapshot(landsat_band_mapping$planetary_computer_v1)
expect_snapshot(landsat_band_mapping$planetary_computer_v1["red"])
expect_snapshot(landsat_band_mapping$planetary_computer_v1[["red"]])
expect_snapshot(
landsat_band_mapping$planetary_computer_v1[landsat_band_mapping$planetary_computer_v1 == "R"]
)
})
test_that("c works", {
expect_snapshot(c(rsi::sentinel2_band_mapping$planetary_computer_v1, scl = "scl"))
expect_identical(
c(rsi::sentinel2_band_mapping$planetary_computer_v1, scl = "scl"),
c(rsi::sentinel2_band_mapping$planetary_computer_v1, "scl")
)
})
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.