fields | R Documentation |
Retrieve specific fields
fields(.data = list(), ...) fields_(.data = list(), ..., .dots)
.data |
Input. An object of class |
... |
Comma separated list of unquoted variable names |
.dots |
Used to work around non-standard evaluation |
## Not run: index("shakespeare") %>% fields(play_name, speaker) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.