View source: R/get_MappedColumns.R
getDomain | R Documentation |
Processes source data
getDomain(.data, .filter, ...)
.data |
The domain data frame |
.filter |
Filter expression to apply to subset the data. |
... |
Additional column mappings. |
The input data is filtered, if a filter expression is provided. Named parameters provided in the extra arguments are evaluated and selected from the input dataset.
This function uses non-standard evaluation, so the ... arguments do not need to be quoted. For example, to compute
a date from ISO-8601 strings include TIME=parsedate::parse_date(EXSTDTC)
. Of course the actual column may
have a different name. Extra arguments (...) must be named, for example: MYVALUE = pmax(0,DV)
.
A data_frame with the mapped data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.