HenrikBengtsson / Wishlist-for-R

Features and tweaks to R that I and others would love to see - feel free to add yours!
https://github.com/HenrikBengtsson/Wishlist-for-R/issues
GNU Lesser General Public License v3.0
133 stars 4 forks source link

WISH: ? enhancements #76

Open hadley opened 6 years ago

hadley commented 6 years ago
klmr commented 6 years ago

It would be nice if x$y went somewhere useful for R6/ReferenceClasses

Since R6 is implemented in a package, such an operator ? could be provided by that package. klmr/modules already does something similar (badly, at the moment; hopefully better once 1.0 is released).

gaborcsardi commented 6 years ago

@klmr it is just better to have some mechanism to provide these hooks, otherwise there will be three operators, and none of them will work for all three types of objects.