mpjashby/crimemapping

Add section distinguishing syntax errors from runtime/logical errors

Closed this issue · 1 comments

It would be useful for students to understand the difference between syntax errors (meaning R cannot interpret what the code means) and runtime/logical errors (meaning R know what the code says but what you are trying to do causes some sort of error).

Will be fixed with #63