as.data.frame.table1 {table1}R Documentation

Convert a table1 object to a data.frame.

Description

Convert a table1 object to a data.frame.

Usage

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

Arguments

x

An object returned by table1.

...

Ignored.

Value

A data.frame.


[Package table1 version 1.4.3 Index]