Nothing
test_that("fast-numerics works", {
expect_equal(
write_json_str(mtcars, dataframe = 'columns', fast_numerics = FALSE),
write_json_str(mtcars, dataframe = 'columns', fast_numerics = TRUE)
)
expect_equal(
write_json_str(iris, dataframe = 'columns', fast_numerics = FALSE),
write_json_str(iris, dataframe = 'columns', fast_numerics = TRUE)
)
})
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.