feeds <- feeds_urls()
url <- feeds %>%
filter(name == "station_status") %>%
pull(url)
test_that("`get_data` returns a `bike_data` type", {
data <- get_data(url)
expect_s3_class(data, "bike_data")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.