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