Nothing
test_that("nyc_tlc_new_driver_app_status returns a tibble and respects limits", {
# This 'cassette' will be saved in tests/fixtures/nyc_311_test.yml
vcr::use_cassette("nyc_tlc_new_driver_app_status_test", {
# We use a small limit (2) to keep the recording file small
results <- nyc_tlc_new_driver_app_status(limit = 2)
# Assertions: What should be true?
expect_s3_class(results, "tbl_df")
expect_equal(nrow(results), 2)
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.