file_getJuicr_Extractions {juicr} | R Documentation |
Reads a *_juicr.html report and retrieves data extractions and history.
Description
Reads a juicr generated report of image extractions contained within the .html file.
Usage
file_getJuicr_Extractions(aFileName = file.choose(), quiet = FALSE)
Arguments
aFileName |
The file name and location of a *_juicr.html report. Prompts for file name if none is explicitly called. Must be .html format. |
quiet |
When |
Value
A list of tables including all extractions, coordinates, image file
names, and juicr
GUI parameters.
See Also
Examples
## Not run:
theExtraction <- file_getJuicr_Extractions("pretend_image_juicr.html")
print(theExtraction$points)
## End(Not run)
[Package juicr version 0.1 Index]