|
126 | 126 | #'
|
127 | 127 | #' # Remove pump storage virtual areas
|
128 | 128 | #'
|
129 |
| -#' correctedData <- removeVirtualAreas(data, |
130 |
| -#' storageFlexibility = c("psp in", "psp out"), |
131 |
| -#' production = "offshore") |
| 129 | +#' correctedData <- removeVirtualAreas( |
| 130 | +#' x = data, |
| 131 | +#' storageFlexibility = c("psp in", "psp out"), |
| 132 | +#' production = "offshore" |
| 133 | +#' ) |
132 | 134 | #'
|
133 |
| -#' correctedData_list <- removeVirtualAreas(data, |
134 |
| -#' storageFlexibility = list(PSP = c("psp in", "psp out")), |
135 |
| -#' production = "offshore") |
| 135 | +#' correctedData_list <- removeVirtualAreas( |
| 136 | +#' x = data, |
| 137 | +#' storageFlexibility = list(PSP = c("psp in", "psp out")), |
| 138 | +#' production = "offshore" |
| 139 | +#' ) |
136 | 140 | #'
|
137 | 141 | #'
|
138 |
| -#' correctedData_details <- removeVirtualAreas(data, |
139 |
| -#' storageFlexibility = list(PSP_IN = "psp in", PSP_OUT = "psp out"), |
140 |
| -#' production = "offshore") |
| 142 | +#' correctedData_details <- removeVirtualAreas( |
| 143 | +#' x = data, |
| 144 | +#' storageFlexibility = list(PSP_IN = "psp in", PSP_OUT = "psp out"), |
| 145 | +#' production = "offshore" |
| 146 | +#' ) |
141 | 147 | #'
|
142 | 148 | #' }
|
143 | 149 | #'
|
|
0 commit comments