test_that("gpt_annot_codify works", {
coded <- gpt_annot_codify()
testthat::expect_true(
all(
c("annot","annot_coded","annot_weighted") %in% names(coded)
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.