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