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
These basically mimic R's names for lists, NumPy arrays, etc. with as little effort as possible, rather than converting them to dictionaries all the time.
The text was updated successfully, but these errors were encountered:
Actually, what I want to do is more easily achieved by just creating IntegerList, FloatList, and BooleanList subclasses from NamedList, much like for the StringList class. These would be analogous to R's atomic vectors.
These basically mimic R's names for lists, NumPy arrays, etc. with as little effort as possible, rather than converting them to dictionaries all the time.
The text was updated successfully, but these errors were encountered: