toDataframe: toDataframe

View source: R/toDataframe.R

toDataframeR Documentation

toDataframe

Description

Converts a table to a full data frame.

Usage

toDataframe(obj, name = NULL, ...)

Arguments

obj

R object (table or ts) to convert to a data frame

name

character: vector of variable name(s), only use for a ts object

...

further parameters given to base::as.data.frame.table

Value

a data frame

Examples

toDataframe(Titanic)
toDataframe(austres)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.