test_that("nextcloud_user() works", {
result <- kwb.nextcloud:::nextcloud_user()
expect_is(result, "character")
expect_length(result, 1L)
expect_true(nchar(result) > 1L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.