test_that("There should be no duplicated NCT numbers", {
expect_equal(
sum(duplicated(c19stoppedtrials$nctid)),
0
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.