data_test_sectors <- sectors_data
test_that("Expected column names", {
expect_equal(
colnames(data_test_sectors),
c("Date", "Sector", "Return"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.