View source: R/readAntaresClusters.R
readAntaresSTClusters | R Documentation |
Read output for a list of short-term storage clusters
readAntaresSTClusters(
clustersST,
selected = c("P.injection", "levels", "P.withdrawal"),
timeStep = c("hourly", "daily", "weekly", "monthly", "annual"),
opts = simOptions(),
parallel = FALSE,
showProgress = TRUE
)
clustersST |
vector of short-term storage clusters to be imported |
selected |
vector of thematic trimming |
timeStep |
Resolution of the data to import: hourly (default), daily, weekly, monthly or annual. |
opts |
list of simulation parameters returned by the function
|
parallel |
Should the importation be parallelized ? (See details) |
showProgress |
If TRUE the function displays information about the progress of the importation. |
data.table of results for short-term storage clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.