test_that("E10 check", {
df <- data.frame("symbol" = "AAPL")
e10 <- quant::get_e10(df)
testthat::expect_equal(dim(e10), c(1,7))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.