Nothing
library(testthat)
library(froggeR)
test_that("quarto_project errors with deprecation message", {
expect_error(
quarto_project(name = "test"),
"quarto_project\\(\\) has been removed",
class = "froggeR_deprecated"
)
})
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.