Modulesยง
- repeat_
into_ ๐robj
Macrosยง
- impl_
complex_ ๐tvv - impl_
integer_ ๐tvv - impl_
real_ ๐tvv - impl_
str_ ๐tvv
Traitsยง
- This is an extension trait to provide a convenience method
into_robj()
. - Extensions to iterators for R objects including RobjItertools::collect_robj().
ToVectorValue
is a trait that allows many different types to be converted to vectors. It is used as a type parameter tocollect_robj()
.
Functionsยง
- fixed_
size_ ๐collect - str_
to_ ๐character Returns anCHARSXP
based on the provided&str
.