Skip to main content

Module assignment

Module assignment 

Source
Expand description

Assignment and replacement semantics: <-, <<-, ->, x[i] <- v, x[[i]] <- v, x$name <- v, and replacement functions like names<-.

EnumsΒ§

AssignmentError
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.