test_that("Vectorized", {
expect_identical(
object = sentenceCase(
object = c(
"the quick Brown fox",
"using AIC for model selection",
"NASA"
)
),
expected = c(
"The quick brown fox",
"Using AIC for model selection",
"NASA"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.