edit_xpose_data | R Documentation |
Generic function used to build dedicated editing functions
edit_xpose_data(
.fun,
.fname,
.data,
...,
.problem,
.source,
.where,
check_quos = FALSE
)
.fun |
An editing function to be applied to the data. |
.fname |
The name of the editing function. |
.data |
An xpose database object. |
... |
Name-value pairs of expressions. Use |
.problem |
The problem from which the data will be modified |
.source |
The source of the data in the xpdb. Can either be 'data' or an output file extension e.g. 'phi'. |
.where |
A vector of element names to be edited in special (e.g.
|
check_quos |
Check that variables referenced exists. 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. |
The modified xpose_data
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.