Nothing
# fmt: skip
test_that("alises are correct", {
expect_identical(subset1, `[`)
expect_identical(subset2, `[[`)
expect_identical(subset3, `$`)
expect_identical(subassign1, `[<-`)
expect_identical(subassign2, `[[<-`)
expect_identical(subassign3, `$<-`)
})
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.