itsConvert {its} | R Documentation |
Conversions to basic types for "its"
.
as.list.its(x,...) as.data.frame.its(x, row.names = NULL, optional = FALSE)
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. |
Conversion ot basic types
For as.list.its
a list
for as.data.frame.its
a data frame
Gabor Grothendieck