Nothing
      context("Id")
test_that("Id", {
  # constructor
  i <- new_id()
  # methods
  i
  print(i)
  as.character(i)
  expect_true(inherits(i, "Id"))
  expect_true(i == i)
  expect_false(i == new_id())
})
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.