AsTidyTabularData: Coerce an R Object To a Tidy Table

View source: R/astidytabulardata.R

AsTidyTabularDataR Documentation

Coerce an R Object To a Tidy Table

Description

Coerces R objects to a tidy tabular format. Recognized inputs include tables from Q, arrays, matrices, data.frames, and pasted tables (character matrices). Output will always be named and always be either a vector or matrix.

Usage

AsTidyTabularData(x, ...)

Arguments

x

An object to be coerced to a tidy table.

...

Additional arguments passed to ParseUserEnteredTable in the case that x has character entries.

Details

factors will automatically be converted to numeric variables (with a warning) using AsNumeric.

Value

A named matrix or vector; a tidy version of x

See Also

AsNumeric


NumbersInternational/flipTables documentation built on June 12, 2024, 11:39 a.m.