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
Often, an R list will have multiple class attributes: - attr(*, "class")= chr [1:3] "class1" "class2" "class3". For a single class, rcopytype(::Type{RClass{:class}}, s::Ptr{VecSxp}) = MyTypeseems to work, but is there any way to register a custom conversion using rcopytype() for lists that have multiple class attributes?
The text was updated successfully, but these errors were encountered:
Often, an R
list
will have multiple class attributes:- attr(*, "class")= chr [1:3] "class1" "class2" "class3"
. For a single class,rcopytype(::Type{RClass{:class}}, s::Ptr{VecSxp}) = MyType
seems to work, but is there any way to register a custom conversion usingrcopytype()
for lists that have multiple class attributes?The text was updated successfully, but these errors were encountered: