Nothing
context("nameMultipleFiles")
test_that("All tests",{
fileRef <- "testReference/nameMultipleFiles_01.rds"
obj <- list(a=1,b=4)
res <- nameMultipleFiles(fn="test.csv",list.obj=obj)
expect_equal_to_reference(res,fileRef)
if(F){
ref <- readRDS(fileRef)
ref
res
}
})
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.