Description Usage Arguments Details Value
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.
1 2 |
.data |
A tracks object |
... |
Comma seperated list of tables to select. Use |
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()
.
A tracks object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.