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