Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "Error in <-: invalid (NULL) left side of assignment" means that you are trying to assign a value to a null or empty cell in a dataframe, which is not allowed. This could happen if you are trying to edit a cell that does not exist or if you are trying to overwrite a value with a null value. You should check that the cell you are trying to edit exists and is not null or empty.