userWF | R Documentation |
This function will flag wells based on a user provided variable in the input data.
userWF(data, ...)
data |
A data frame output from the |
... |
<['dynamic-dots'][rlang::dyn-dots]> Specify one or more variables a user would like to use for flagging objects. For example, <length> or <length, area>.
These variables will be converted into an easyXpress compatible flags in the output data.
This means it they are converted into class |
A single data frame identical to the input data but with the var
variable renamed to <var>_WellFlag
and set to
class chr
if necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.