View source: R/read_intermediate_results_from_log.R
read_intermediate_results_from_log | R Documentation |
Read Intermediate Results from Log File
read_intermediate_results_from_log(
file = file.path(tempdir(), "abimo_input_result.log"),
pattern_remove = "Start|unknown|angenommen|nicht definiert|std::"
)
file |
path to log file |
pattern_remove |
regular expression matching lines to remove from the log file before looking for "variable=expression" assignments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.