Nothing
# PCoA =========================================================================
data("iris")
d <- dist(iris[, 1:4], method = "euclidean")
res <- pcoa(d)
expect_equal_to_reference(get_coordinates(res), file = "_snaps/pcoa_points.rds")
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.