test_that("CoordIdentity does not change position values", {
df <- tibble(x = 1, y = 2, z = 3)
coord <- CoordIdentity$new()
scales <- ScaleList$new()
expect_identical(coord$transform(df, scales), df)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.