Nothing
if (interactive()) {
pkgload::load_all()
library("tinytest")
}
template <- system.file("files", "blanks.txt", package = "fritools2")
input <- tempfile()
file.copy(template, input)
delete_trailing_whitespace(file_names = input)
result <- readLines(input)
template <- readLines(template)
expect_identical(
nchar(result),
as.integer(nchar(template) - c(2, 0, 0, 0))
)
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.