Description Usage Arguments Value Examples
Choose variables from a tbl. deselect() drops only the variables you mention. Supports tidyselect::select_helpers
1 |
.data |
Data frame. |
... |
One or more unquoted expressions separated by commas. You can treat variable names like they are positions, so you can use expressions like x:y to select ranges of variables. Positive values drop variables; negative values keep variables. |
An object of the same class as .data.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.