mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
718 stars 59 forks source link

Allow recovery of factor dimension names with nested [.,.] syntax for n-d arrays #186

Open mjskay opened 5 years ago

mjskay commented 5 years ago

Pinging off of #154. Already works with embedded character names (e.g. "var[a]", "var[b]", ...) but I'm not really sure a sensible way to make it work with recover_types() + numeric indices ("var[1]", "var[2]", ...)