researchdatapod.com
How to Solve R Error: invalid (do_set) left-hand side to assignment
This error occurs if you try to create a variable with a name beginning with a number. You can solve this error by ensuring the variable starts with a letter or a dot. You can see the documentation…