test_that("QR code is created and is returned as matrix", {
expect_equal(
class(generate_qr("https://en.wikipedia.org/")),
class(qrcode::qr_code("https://en.wikipedia.org/"))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.