tests/testthat/test_api.R

context("Metadata")
munic <- get_metadata(entity = "municipality", cache = FALSE)

test_that("metadata downloads correctly", {
  expect_true(inherits(munic, "tbl_df"))
  expect_true(nrow(munic) > 0)
})

Try the rKolada package in your browser

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

rKolada documentation built on March 18, 2022, 5:07 p.m.