Nothing
test_that("sequence indices can be computed", {
expect_error(
sequence_indices(mock_sequence),
NA
)
expect_error(
sequence_indices(engagement[1:200, ]),
NA
)
})
test_that("favorable states can be specified", {
expect_error(
sequence_indices(mock_sequence, favorable = "A"),
NA
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.