rt_value_counts: returns a count of the values in a vector; the object...

View source: R/explore_basics.R

rt_value_countsR Documentation

returns a count of the values in a vector; the object returned is a dataframe

Description

returns a count of the values in a vector; the object returned is a dataframe

Usage

rt_value_counts(values)

Arguments

values

a string vector

Examples


library(ggplot2)
rt_value_counts(iris$Species)


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.