Loads a run directory (containing analysis.json, analysis.csv, and
manifest.json) or a single JSON / CSV file and returns a
grayleafspot_run object.
Examples
dir <- system.file("extdata", "example", package = "grayleafspotr")
run <- read_grayleafspot_results(dir)
