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