Read screenmill files in a directory
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | read_screenmill(dir)
read_annotations(dir, file = "screenmill-annotations.csv")
read_collection_keys(dir, file = "screenmill-collection-keys.csv")
read_collections(dir, file = "screenmill-collections.csv")
read_calibration_crop(dir, file = "screenmill-calibration-crop.csv")
read_calibration_grid(dir, file = "screenmill-calibration-grid.csv")
read_measurements(dir, file = "screenmill-measurements.csv")
read_queries(dir, file = "screenmill-queries.csv")
read_treatments(dir, file = "screenmill-treatments.csv")
read_media(dir, file = "screenmill-media.csv")
|
dir |
Directory containing screenmill files. |
file |
File name with extension (not typically necessary as defaults are provided). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.