Skip to main content

resolve_column_selection

Function resolve_column_selection 

Source
fn resolve_column_selection(
    expr: &Expr,
    col_names: &[Option<String>],
) -> Result<Vec<usize>, RError>
Expand description

Resolve a column selection expression to column indices.

Supports: c(a, b), -c(a, b), bare symbol, negative bare symbol.