powered by
xpose_data
This is an internal function designed to meet the needs of specific plotting functions
franken_xpdb( ..., .cols = NULL, .types = NULL, prop_transforms = NULL, problem, quiet = TRUE )
The first xpose_data object with new data columns
<dynamic-dots> xpose_data or xp_xtra objects
dynamic-dots
xp_xtra
<tidyselect> of data columns
tidyselect
<character> of data types in addition to columns
character
<function> Extra processing using <franken_prop>
function
franken_prop
<numeric> Problems to look for cols and types (defaults all)
numeric
cols
types
Prevents extra output.
franken_xpdb(pheno_base, pheno_final, .types="catcov") %>% xpose::get_data() %>% select(starts_with("APGR"))
Run the code above in your browser using DataLab