franken_xpdb {xpose.xtras} | R Documentation |
Combine several xpose_data
objects into one
Description
This is an internal function designed to meet the needs of specific plotting functions
Usage
franken_xpdb(
...,
.cols = NULL,
.types = NULL,
prop_transforms = NULL,
problem,
quiet = TRUE
)
Arguments
... |
< |
.cols |
< |
.types |
< |
prop_transforms |
< |
problem |
< |
quiet |
Prevents extra output. |
Value
The first xpose_data
object with new data columns
Examples
franken_xpdb(pheno_base, pheno_final, .types="catcov") %>%
xpose::get_data() %>%
select(starts_with("APGR"))
[Package xpose.xtras version 0.0.2 Index]