rez_select | R Documentation |
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.
rez_select(df, ...)
df |
A rezrDF object |
... |
Functions to be passed to dplyr select |
The rezrDF object with only the required columns
sbc007$trackDF$default %>% rez_select(id, name, text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.