Learn R Programming

dataquieR (version 2.0.1)

util_table_of_vct: Tabulate a vector

Description

does the same as as.data.frame(table(x)) but guarantees a data frame with two columns is returned

Usage

util_table_of_vct(Var1)

Value

a data frame with columns Var1 and Freq

Arguments

Var1

vector to ta tabulate