test_that(
"HomerunsWorks",
{
boston_data_hr =
as.data.frame(
cbind(
month = c("March","April"),
avg_humd =c(51,51)
)
)
expect_that(homeruns(boston_data_hr), is_a('data.frame'))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.