modify_xpdb | R Documentation |
mutate_x()
adds new variables and preserves existing ones.
select()
keeps only the listed variables; rename()
keeps all variables.
Note: this function uses xpose.xtras::edit_xpose_data
, but is otherwise
the same as <xpose::mutate
>.
mutate_x(.data, ..., .problem, .source, .where)
rename_x(.data, ..., .problem, .source, .where)
.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.
|
An updated xpose
data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.