test_that("ACEP gpt", {
skip_if_offline()
skip_on_cran()
texto <- 1:10
dimensiones <- length(texto)
expect_equal(dimensiones, length(texto))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.