fstermann / mlr-mini

MIT License
0 stars 2 forks source link

Implement `dim` for Dataset #35

Open fstermann opened 1 year ago

fstermann commented 1 year ago

Implement the dim.Dataset generic. We currently use nrow, which uses dim under the hood, so writing a generic for dim makes more sense here. This enables all of dim, nrow and ncol to work.