getImagesValues {IFC} | R Documentation |
RIF/CIF Image Values Extraction
Description
Extracts the image values from RIF or CIF as what can be found in DAF files
Usage
getImagesValues(
fileName,
offsets,
objects,
display_progress = FALSE,
fast = TRUE,
...
)
Arguments
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. |
Value
A data.frame is returned.