test_that("Correct county returned by organization identifier", {
result <- util_orgin('21FLMANA_WQX')
expected <- 'Manatee'
expect_equal(result, expected)
})
test_that("Correct station column name returned by organization identifier", {
result <- util_orgin('21FLPDEM_WQX', stanm = TRUE)
expected <- 'pinco_station'
expect_equal(result, expected)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.