tests/testthat/test-vendor-params.R

test_that("vendor param count works", {
  skip_if_offline()
  wfs <- create_biology_wfs()
  l_data <- emodnet_get_layers(
    wfs = wfs,
    layers = "mediseh_zostera_m_pnt",
    count = 1L, simplify = TRUE
  )

  expect_identical(nrow(l_data), 1L)
})

Try the emodnet.wfs package in your browser

Any scripts or data that you put into this service are public.

emodnet.wfs documentation built on Aug. 8, 2025, 6:20 p.m.