Nothing
context("testing getter/setter functions")
test_that("counts", {
fds <- createTestFraserDataSet()
expect_equal(counts(fds, type="psi5"), K(fds, "psi5"))
expect_equal(counts(fds, type="psi3"), K(fds, "psi3"))
expect_equal(counts(fds, type="theta"), K(fds, "theta"))
expect_equal(counts(fds, type="psi5", side='other'),
N(fds, "psi5") - K(fds, "psi5"))
expect_equal(counts(fds, type="psi3", side='other'),
N(fds, "psi3") - K(fds, "psi3"))
expect_equal(counts(fds, type="theta", side='other'),
N(fds, "theta") - K(fds, "theta"))
})
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.