Nothing
test_that('typr_query works', {
skip_if_no_typst()
query <- suppressWarnings({
typr_query('../test.typ', '<my-sec>')
})
expect_true(
is.data.frame(query) || is.character(query)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.