franken_xpdb: Combine several 'xpose_data' objects into one

View source: R/xset_plots.R

franken_xpdbR 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

...

<dynamic-dots> xpose_data or xp_xtra objects

.cols

<tidyselect> of data columns

.types

<character> of data types in addition to columns

prop_transforms

<function> Extra processing using <franken_prop>

problem

<numeric> Problems to look for cols and types (defaults all)

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"))


xpose.xtras documentation built on April 4, 2025, 2:13 a.m.