Nothing
#-------------------------------------------------------------------------------
# DATAFRAMER
#-------------------------------------------------------------------------------
test_that("dataframeR", {
# Test case 1: Valid digits
expect_no_error(dataframeR(3, 3, 3, 3, 3, 3, 3, 3))
# Test case 2: Input of decimal values
expect_error(dataframeR(3.1, 3, 3, 3, 3, 3, 3, 3))
})
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.