Learn R Programming

arsenal (version 0.5.0)

as.data.frame.freqlist: as.data.frame.freqlist

Description

Convert freqlist object to a data.frame.

Usage

# S3 method for freqlist
as.data.frame(x, ...)

Arguments

x

An object of class "freqlist".

...

optional arguments included for S3 consistency

Value

A data.frame corresponding to the freqlist object.