fn map_to_named_list<V: IntoR>(
iter: impl ExactSizeIterator<Item = (String, V)>,
) -> SEXPExpand description
Helper to convert an iterator of (String, V) pairs to a named R list.
fn map_to_named_list<V: IntoR>(
iter: impl ExactSizeIterator<Item = (String, V)>,
) -> SEXPHelper to convert an iterator of (String, V) pairs to a named R list.