This function displays each element of an antaresData object in a spreadsheet-like viewer.

viewAntares(x, ...)

Arguments

x

An object of class antaresData, generated by the function readAntares.

...

Currently unused

Value

Invisible NULL.

Examples

if (FALSE) {
setSimulationPath()

areas <-readAntares()
viewAntares(areas)

output <- studyAntares(areas="all", links = "all", clusters = "all")
viewAntares(output) # Opens three data viewers for each element of output
}