Function extendr_api::prelude::row::from_repeated_ref

pub fn from_repeated_ref<E>(value: &E, ncols: usize) -> RowRef<'_, E>
where E: SimpleEntity,
Expand description

Returns a view over a row with ncols columns containing value repeated for all elements.