Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Return the final line (or an earlier line) of an error log of a simulation
1 | final_error_message(input_dir, adjust = 0)
|
input_dir |
directory name |
adjust |
number of lines prior to the final line (default 0) |
line from error log file
1 2 | final_error_message(system.file("extdata", "", package = "demonanalysis", mustWork = TRUE))
final_error_message(system.file("extdata", "", package = "demonanalysis", mustWork = TRUE), 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.