Nothing
#' Create the expect JSON-serializable representation of the results returned by
#' [make_test_file_results()]
make_test_file_results_list <- function() {
results <- make_test_file_results()
return(list(test_file_results = lapply(results, function(r) r$to_list())))
}
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.