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.