pub(super) fn build_data_frame( columns: Vec<(Option<String>, RValue)>, nrow: usize, ) -> Result<RValue, RError>
Build a data frame from columns with automatic row names.