Nothing
# Test that deleting the config file still results in endpoints still working as intended
test_that("End points work without config file", {
# Creds
reset_credentials()
set_start_date(Sys.getenv("start_date"))
# Clear the config file
clear_config_file()
# Make a call
x <- get_profiles_only()
# Expect that everything works just fine
expect_gt(dim(x)[1], 0)
expect_equal(dim(x)[2], 6)
})
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.