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