Module into_robj

Source

Modulesยง

repeat_into_robj ๐Ÿ”’

Macrosยง

impl_complex_tvv ๐Ÿ”’
impl_from_as_iterator ๐Ÿ”’
impl_integer_tvv ๐Ÿ”’
impl_real_tvv ๐Ÿ”’
impl_str_tvv ๐Ÿ”’

Traitsยง

IntoRobj
This is an extension trait to provide a convenience method into_robj().
RobjItertools
Extensions to iterators for R objects including RobjItertools::collect_robj().
ToVectorValue
ToVectorValue is a trait that allows many different types to be converted to vectors. It is used as a type parameter to collect_robj().

Functionsยง

fixed_size_collect ๐Ÿ”’
str_to_character ๐Ÿ”’
Returns an CHARSXP based on the provided &str.