Actual multi-purpose file-reread function (not exported) that powers iso_reread_files.
1 2 3 4 5 6 7 8 9 10 11 |
iso_files |
collection of iso_files |
... |
additional read parameters that should be used for re-reading the iso_files, see |
stop_if_missing |
whether to stop re-reading if any of the original data files are missing (if FALSE, will warn about the missing files adding a warning to them, but also re-read those that do exist) |
reread_only_changed_files |
whether to re-read only files that have since be changed on disc (i.e. have no valid cache file), default FALSE i.e. re-read ALL files |
reread_only_outdated_files |
whether to re-read only files that were read by an outdated version of isoreader (default FALSE, i.e. re-read ALL files) |
reread_files_without_problems |
whether to re-read files that had read in without problems the last time (default TRUE) |
reread_files_with_errors |
whether to re-read files that had read in with errors the last time (default TRUE) |
reread_files_with_warnings |
whether to re-read files that had read in with warnings the last time (default TRUE) |
quiet |
whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages. Set parameter to overwrite global defaults for this function or set global defaults with calls to iso_turn_info_messages_on and iso_turn_info_messages_off |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.