fn extract_drop_arg(
interp: &Interpreter,
indices: &[Arg],
env: &Environment,
) -> Result<bool, RFlow>Expand description
Extract the drop named argument from index args (3rd+ position).
Returns true if drop is not specified (R default).