This function displays each element of an antaresData object in a
spreadsheet-like viewer.
Arguments
- x
An object of class
antaresData, generated by the functionreadAntares.- ...
Currently unused
Examples
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
} # }