Skip to content

Commit

Permalink
Update documentation with the new function .importOutputForSTClusters()
Browse files Browse the repository at this point in the history
  • Loading branch information
boitardn committed Jun 12, 2024
1 parent facff5f commit a117df4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/importOutput.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@

#' .get_value_columns_details_file
#'
#' Private function used to get the column names for the details-timeStep.txt or details-res-timeStep.txt.
#' Used in .importOutputForClusters() and .importOutputForResClusters()
#' Private function used to get the column names for the details-timeStep.txt, details-res-timeStep.txt, or details-STstorage-timeStep.txt.
#' Used in .importOutputForClusters(), .importOutputForResClusters(), and .importOutputForSTClusters()
#' From the opts, we detect which outputs the user decides to take
#'
#' @return
Expand Down
2 changes: 2 additions & 0 deletions R/readAntares.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#' Read the data of an Antares simulation
#'
#' @description
#' `r antaresRead:::badge_api_ok()`
#'
#' \code{readAntares} is a swiss-army-knife function used to read almost every
#' possible time series of an antares Project at any desired time resolution
#' (hourly, daily, weekly, monthly or annual).
Expand Down
2 changes: 2 additions & 0 deletions man/readAntares.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a117df4

Please sign in to comment.