viewAntares {antaresRead}R Documentation

View the content of an antares output

Description

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

Usage

viewAntares(x, ...)

Arguments

x

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

...

Currently unused

Value

Invisible NULL.

Examples

## Not run: 
setSimulationPath()

areas <-readAntares()
viewAntares(areas)

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

## End(Not run)


[Package antaresRead version 2.6.0 Index]