Naming conventions
Each programming language has some sort of a guide as to how it want's to be written. Following code does the same thing, but one is R preffered and the other not.
Name things exclusively
tab = read.csv()
tab2 = read.csv()
Never use special characters