test_that("test parsing parameter description for subtype='datacube'",{
json = list(
name="data",
description= "The data to deliver in the given file format.",
schema= list(
type= "object",
subtype= "datacube"
)
)
param = openeo:::parameterFromJson(json)
expect_contains(class(param),"datacube")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.