select_.tracks: Select tables from a tracks object

Description Usage Arguments Details Value

View source: R/dplyr_verbs.R

Description

This function allows for convenient selection of some of the tables in a tracks object, usually to manage space or computation times. It will always retain the tr and meta_data tables, as well as internal components.

Usage

1
2
## S3 method for class 'tracks'
select_(.data, ..., .dots)

Arguments

.data

A tracks object

...

Comma seperated list of tables to select. Use -table to drop a table.

Details

You can drop a table by writing it as a negative.

You can use dplyr's special functions inside of select calls, such as starts_with().

Value

A tracks object.


Ax3man/trackr documentation built on Oct. 8, 2019, 10:53 p.m.