Skip to main content

opt_str_iter_to_strsxp

Function opt_str_iter_to_strsxp 

Source
pub(crate) fn opt_str_iter_to_strsxp<'a>(
    iter: impl ExactSizeIterator<Item = Option<&'a str>>,
) -> SEXP
Expand description

Helper: allocate STRSXP and fill from an optional-string iterator (checked).

None becomes NA_character_. Shared by the Vec<Option<…str>> impls.