Expand description
Assignment and replacement semantics: <-, <<-, ->, x[i] <- v,
x[[i]] <- v, x$name <- v, and replacement functions like names<-.
EnumsΒ§
- Assignment
Error - Structured error type for assignment operations.
FunctionsΒ§
- eval_
assign π - eval_
dollar_ πassign - eval_
index_ πassign - eval_
index_ πdouble_ assign - replace_
elements π - Replace elements in a vector at 1-based indices, preserving type when possible. If the replacement valueβs type differs, coerces both to the common type.