test_that(
"muestrame function works",
{
expect_error(
muestrame(
variable = clima["psico1"],
titulo = "Gráfica Psico1",
etiqueta_x = "Nivel de Psico"
),
NA
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.