Function extendr_api::prelude::col::from_ref

pub fn from_ref<E>(value: &E) -> ColRef<'_, E>
where E: SimpleEntity,
Expand description

Returns a view over a column with 1 row containing value as its only element, pointing to value.