r-lib / rray

Simple Arrays
https://rray.r-lib.org
GNU General Public License v3.0
130 stars 12 forks source link

Use meta names in `dims` argument, #245

Open eliocamp opened 5 years ago

eliocamp commented 5 years ago

Per this discussion. It would be super usefull being able to do something like

rry_mean(array, by = list(x, y, t)) 

or similar (the list() syntax is more data.table-ly, though).