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