Nothing
test_that("get_formatting extracts formatting information in a long, key-value format", {
test_spreadsheet <- system.file("extdata", "rodentsheet.xlsx", package = "forgts")
formatting <- get_formatting(test_spreadsheet)
expect_true("format" %in% names(formatting))
expect_true("val" %in% names(formatting))
})
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.