test_that("exporta a archivo", {
archivo <- tempfile(fileext = ".xlsx")
expect_error(exportar_excel(perfiles, archivo), NA)
expect_true(file.exists(archivo))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.