file_getJuicr_Extractions: Reads a *_juicr.html report and retrieves data extractions...

Description Usage Arguments Value See Also Examples

View source: R/file_getJuicr_Extractions.R

Description

Reads a juicr generated report of image extractions contained within the .html file.

Usage

1

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 "TRUE", does not display all extraction tables.

Value

A list of tables including all extractions, coordinates, image file names, and juicr GUI parameters.

See Also

file_getJuicr_Images

Examples

1
2
3
4
5
6
7
## Not run: 

theExtraction <- file_getJuicr_Extractions("pretend_image_juicr.html")
print(theExtraction$points)


## End(Not run)

juicr documentation built on April 30, 2021, 9:12 a.m.