itsConvert {its}R Documentation

Conversion for its objects

Description

Conversions to basic types for "its".

Usage

as.list.its(x,...)
as.data.frame.its(x, row.names = NULL, optional = FALSE)

Arguments

x an object of class "its"
... further arguments to as.list
row.names character vector giving the row names for the data frame.
optional logical. If 'TRUE', setting row names and converting column names (to syntactic names) is optional.

Details

Conversion ot basic types

Value

For as.list.its a list for as.data.frame.its a data frame

Author(s)

Gabor Grothendieck


[Package its version 1.1.1 Index]