Covnert to rectangular object
Rectangular data objects include matrices, data frames, and atomic vectors.
x |
object to be converted to rectangular data. |
i |
first (row) subscript |
j |
second (column) subscript. |
as.rectangular(x)
returns x
if x
is already rectangular, or as.data.frame(x)
if it is not.
## as.rectangular(list(a=1:10, b=11:20))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.