View source: R/explore_basics.R
rt_value_counts | R Documentation |
returns a count of the values in a vector; the object returned is a dataframe
rt_value_counts(values)
values |
a string vector |
library(ggplot2) rt_value_counts(iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.