Nothing
test_that("infer_parquet_schema", {
expect_snapshot({
as.data.frame(infer_parquet_schema(test_df(missing = FALSE)))
})
expect_snapshot({
as.data.frame(infer_parquet_schema(test_df(missing = TRUE)))
})
})
test_that("logical_to_converted", {
expect_snapshot(error = TRUE, {
logical_to_converted(list("DECIMAL"))
logical_to_converted(list("TIME", TRUE, "SECS"))
logical_to_converted(list("TIMESTAMP", TRUE, "SECS"))
logical_to_converted(list("INT"))
logical_to_converted(list("FOOBAR"))
})
})
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.