context("Testing SMI")
test_that("SMI works", {
data("WhiteKinship")
expect_silent(
smi(as.directed(WhiteKinship), "gender")
)
} )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.