rez_select: Select columns in a rezrDF

View source: R/rezrDF_tidy.R

rez_selectR Documentation

Select columns in a rezrDF

Description

The main difference with dplyr select is that attributes will be updated to remove fields no longer there. There are no other differences at the moment.

Usage

rez_select(df, ...)

Arguments

df

A rezrDF object

...

Functions to be passed to dplyr select

Value

The rezrDF object with only the required columns

Examples

sbc007$trackDF$default %>% rez_select(id, name, text)

johnwdubois/rezonateR documentation built on Nov. 19, 2024, 11:17 p.m.