View source: R/utils-pull_unique.R
pull_unique | R Documentation |
Pull all unique values for a variable
pull_unique(data, var, sort = TRUE, decreasing = FALSE, names = TRUE)
data |
data.frame |
var |
variable name |
sort |
logical (default = TRUE) |
decreasing |
logical (default = FALSE) |
names |
logical (default = TRUE) |
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.