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
node<-function(x) {
vctrs::new_vctr(x, class="node")
}
data<- node(c(1, 2, 3))
data[[1]] %in%dataErrorin`as.character()`:!Can't convert `x` <node> to <character>.Run `rlang::last_trace()` to see where the error occurred.
Is this the right way to do it? or is a bug?
Thx!
The text was updated successfully, but these errors were encountered:
Hi, I'm pretty new using vctrs, still I was able to do some basics in a lib, I'm mainly following https://vctrs.r-lib.org/articles/s3-vector.html#equality-and-comparison
Rn, I found that we can't use
%in%
:Is this the right way to do it? or is a bug?
Thx!
The text was updated successfully, but these errors were encountered: