Convert a table1 object to a data.frame.

# S3 method for class 'table1'
as.data.frame(x, ...)

Arguments

x

An object returned by table1.

...

Ignored.

Value

A data.frame.