Convert a 2D generalized array into a data.frame,
making print()
work correctly.
# S3 method for garray
as.data.frame(x, row.names = NULL, optional = FALSE,
col.names = NULL, ..., stringsAsFactors = FALSE)
A generalized array object.
See the same arguments in ?as.data.frame.
'NULL' or a character vector giving the column names.