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