Generic function used to build dedicated editing functions
edit_xpose_data(
.fun,
.fname,
.data,
...,
.problem,
.source,
.where,
check_quos = FALSE
)
The modified xpose_data
object
An editing function to be applied to the data.
The name of the editing function.
An xpose database object.
Name-value pairs of expressions. Use NULL
to drop a variable.
The problem from which the data will be modified
The source of the data in the xpdb. Can either be 'data' or an output file extension e.g. 'phi'.
A vector of element names to be edited in special (e.g.
.where = c('vpc_dat', 'aggr_obs')
with vpc).
Check that variables referenced exists. TRUE
matches the
behavior of <xpose::edit_xpose_data
>
These arguments are automatically quoted and evaluated in the context of the data frame. They support unquoting and splicing. See the dplyr vignette("programming") for an introduction to these concepts.