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
Good point, I'll add the option to use strings as well. When you have column names with spaces (I guess you shouldn't but...), symbols are also not easy to use.
Related to #43, I noticed that columns can't be specified as strings:
In my use case this would have been convenient (arguably
names(df)
is a bit simpler thanpropertynames(df)
).The text was updated successfully, but these errors were encountered: