mpjashby/crimemapping

Add video on what code should go in the console vs a script

Closed this issue · 2 comments

Add to tutorial 5 (second crime map) a video that distinguishes code that you write in the process of developing a script (e.g. using head() to view part of a dataset) and code that is required within the script itself.

Also explain that R output either goes into an object or (by default) into the console. Possibly also mention functions that put output elsewhere (e.g. write_csv() or ggsave()).