invalid (do_set) left-hand side to assignment in R

Problem is with your basics of R knowledge

You cannot name your parameter starting with number. And if you want to start it try this

`8307` = read.table("8307.txt")

Leave a Comment