pluck | R Documentation |
This function is reexported/wrapped from the {purrr}
package.
It allows users to select a single dataset from one
of the datacubes available across the 'many* packages'.
It additionally invites users to cite the selected dataset.
pluck(.x, ..., .default = NULL)
.x |
The datacube |
... |
The name of the dataset in the datacube |
.default |
Value to use if target is |
The selected dataset
pluck(emperors, "UNRV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.