Learn R Programming

xpose.xtras (version 0.0.2)

select.xpose_set: Selection method for xpose_set

Description

Selection method for xpose_set

Usage

# S3 method for xpose_set
select(.data, ...)

Value

Subset of xpose set

Arguments

.data

<xpose_set> An xpose_set object

...

<dynamic-dots> (passed through to <select_subset>)

Examples

Run this code
xpdb_set %>%
  select(starts_with("fix"))

xpdb_set %>%
  select(mod1, fix1)

Run the code above in your browser using DataLab