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
Trying to assign non-NULL names to a vctrs_rcrd object is currently an error:
>rcrd<- new_rcrd(list(a=1))
> names(rcrd) <-"a"Errorin`names<-`:!Can't assign names to a <vctrs_rcrd>.Run `rlang::last_trace()` to see where the error occurred.
I found some previous discussion of adding this functionality (#900, #1419, #1422), but no specific issue. Is it planned?
The text was updated successfully, but these errors were encountered:
Trying to assign non-NULL names to a
vctrs_rcrd
object is currently an error:I found some previous discussion of adding this functionality (#900, #1419, #1422), but no specific issue. Is it planned?
The text was updated successfully, but these errors were encountered: