Reads in Jungle Rhythms classification output file (CSV) and cleans up the data by dropping early values (trials) etc

format_zoo_data(
  file = NULL,
  image_file = "data/jungle_rhythms_subsets.rds",
  date = "2015-12-10",
  path = NULL
)

Arguments

image_file

file with image subset details (filename, dimensions)

path

path where to save the data

file:

path to a zooniverse generated CSV

date:

date before which to discard all data (demo data)