This function displays each element of an antaresData
object in a
spreadsheet-like viewer.
viewAntares(x, ...)
An object of class antaresData
, generated by the function
readAntares
.
Currently unused
Invisible NULL.
if (FALSE) { # \dontrun{
setSimulationPath()
areas <-readAntares()
viewAntares(areas)
output <- studyAntares(areas="all", links = "all", clusters = "all")
viewAntares(output) # Opens three data viewers for each element of output
} # }