library(projectNickel)
context('Call API')
test_that("Test that failed API is logged correctly", {
skip('')
expect_identical(T, T)
})
test_that("Test that failed JSON parse is logged", {
skip('')
expect_identical(T, T)
})
test_that("Test that 0 rows in df is handled correctly", {
skip('')
expect_identical(T, T)
})
test_that("Test that df always has correct format", {
skip('')
expect_identical(T, T)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.