ColonyTrack_download_page.Rmd
The tutorial requires an example dataset which can be downloaded here.
To download the file and unpack the zip archive from within R:
# Download example dataset into the current directory
download.file("https://rupertoverall.net/ColonyTrack/example_data.zip", "example_data.zip")
unzip("example_data.zip")
unlink("example_data.zip")