tidy2.default: Default tidying method

Description Usage Arguments Details Value

Description

By default, tidy uses as.data.frame to convert its output. This is dangerous, as it may fail with an uninformative error message. Generally tidy is intended to be used on structured model objects such as lm or htest for which a specific S3 object exists.

Usage

1
2
## Default S3 method:
tidy2(x, ...)

Arguments

x

an object to be tidied

...

extra arguments (not used)

Details

If you know that you want to use as.data.frame on your untidy object, just use it directly.

Value

A data frame, from as.data.frame applied to the input x.


biodatacore/biodatacoreMTM documentation built on May 12, 2019, 8:41 a.m.