rankTab: A Function to rank a table() output from most frequently...

View source: R/rankTab.R

rankTabR Documentation

A Function to rank a table() output from most frequently occuring to least.

Description

A Function to rank a table() output from most frequently occuring to least.

Usage

rankTab(x)

Arguments

x

A vector

Examples

data(iris)
rankTab(iris$Species)

barrenWuffet/convPkg documentation built on Jan. 25, 2024, 9:59 p.m.