mergeXIF | R Documentation |
Merges RIF or CIF files.
mergeXIF(
fileName,
write_to,
extract_features = FALSE,
endianness = .Platform$endian,
verbose = FALSE,
verbosity = 1,
overwrite = FALSE,
display_progress = TRUE,
add_tracking = TRUE,
...
)
fileName |
paths of files to merge. All files have to be either '.rif' or '.cif' files. All files should have same channels. |
write_to |
pattern used to export file.
Placeholders, like "%d/%s_fromR.%e", will be substituted: |
extract_features |
whether to try to extract features. Default is FALSE. Not yet implemented. |
endianness |
the endian-ness ("big" or "little") of the target system for the file. Default is .Platform$endian. |
verbose |
whether to display information (use for debugging purpose). Default is FALSE. |
verbosity |
quantity of information displayed when verbose is TRUE; 1: normal, 2: rich. Default is 1. |
overwrite |
whether to overwrite file or not. Default is FALSE. |
display_progress |
whether to display a progress bar. Default is TRUE. |
add_tracking |
whether to register files' paths and objects' ids in the exported file. Default is TRUE. |
... |
other arguments to be passed. |
It invisibly returns full path of exported file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.