Skip to content

Commit 98e4c9d

Browse files
author
Benoit Thieurmel
committed
fix .Rd note
1 parent 6a8ae2e commit 98e4c9d

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

R/removeVirtualAreas.R

+15-9
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,24 @@
126126
#'
127127
#' # Remove pump storage virtual areas
128128
#'
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+
#' )
132134
#'
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+
#' )
136140
#'
137141
#'
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+
#' )
141147
#'
142148
#' }
143149
#'

man/removeVirtualAreas.Rd

+15-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)