You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a dfenv class inheriting from listenv, operators $ and $<- needs to be overridden. The should call corresponding single-column subsetting methods. The latter should in turn coerce such that the elements belonging to the same column should all have the same data type. The constructor dfenv() should emulate data.frame() in how it validates and interprets the arguments.
Would it make sense to also have a data frame environment that is an environment but emulates how a data frame works? For example,
The text was updated successfully, but these errors were encountered: