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