Skip to main content

build_data_frame

Function build_data_frame 

Source
pub(super) fn build_data_frame(
    columns: Vec<(Option<String>, RValue)>,
    nrow: usize,
) -> Result<RValue, RError>
Expand description

Build a data frame from columns with automatic row names.