test_that("Test: load_yahoo_pe", {
res <- load_yahoo_pe(ticker = c("NOVO-B.CO", "HLUN-B.CO"))
expect_equal(class(res), "numeric")
expect_false(
res %>%
is.na() %>%
all()
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.