View source: R/getImagesValues.R
getImagesValues | R Documentation |
Extracts the image values from RIF or CIF as what can be found in DAF files
getImagesValues(
fileName,
offsets,
objects,
display_progress = FALSE,
fast = TRUE,
...
)
fileName |
path to file. |
offsets |
Object of class ‘IFC_offset'. If missing, the default, ’offsets' will be extracted from 'fileName'. |
objects |
integer vector, IDEAS objects ids numbers to extract. |
display_progress |
whether to display a progress bar. Default is FALSE. |
fast |
when no 'offsets' are provided whether to fast extract 'objects' or not. Default is TRUE. |
... |
other arguments to be passed. |
A data.frame is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.