struktur mengembalikan objek tertentu dengan kumpulan atribut lebih lanjut.
structure(.Data, …)
| Parameter | Deskripsi |
|---|---|
.Data |
an object which will have various attributes attached to it. |
… |
attributes, specified in tag = value form, which will be attached to data. |
# NOT RUN {
structure(1:6, dim = 2:3)
# }