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
Update: It turns out that the error is in the print method. You can do data.frame operations on a den-object, but because print.den requires specific column names it wont print it for you and returns an error.
Suggestion: Either convert it to a summary function or deprecate it.
Currently, It is not possible to perform regular data.frame operations on a den object, e.g
den[,c("NAME", "TAGS")]
returns the following errorThe text was updated successfully, but these errors were encountered: