test_that("`plot.see_parameters_pca()` works", {
result <- parameters::principal_components(
mtcars[, 1:7],
n = "all",
threshold = 0.2
)
expect_s3_class(plot(result), "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.