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