Nothing
context("Surplus of sectors")
sapply(studyPathS, function(studyPath){
opts <- setSimulationPath(studyPath)
mydata <- readAntares(areas="all", clusters = "all",
showProgress = FALSE, mcYears = "all")
s <- suppressWarnings(surplusSectors(mydata))
describe("surplusSectors", {
it("returns an antaresDataTable with correct number of lines and columns", {
expect_is(s, "antaresDataTable")
})
})
})
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.