test_that("Valid ISIN", {
expect_equal(SEC13Flist::isIsin("US0378331005"), TRUE)
expect_equal(SEC13Flist::isIsin("US0373831005"), FALSE)
expect_equal(SEC13Flist::isIsin("FR0000988040"), TRUE)
expect_equal(SEC13Flist::isIsin("US037383&005"), FALSE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.