View source: R/read_param_set_log.R
read_param_set_log | R Documentation |
Obtains the parameter set number from a standard Peregrine HPCC log file.
read_param_set_log(log_lines, log_file_path)
log_lines |
Character vector containing the contents of the log files
as read by |
log_file_path |
A string with the path for a standard Peregrine HPCC log file. |
An numeric atomic vector with the parameter set number
Pedro Santos Neves
## Not run:
log_lines <- read_log_file("logs/robustness-20596511.log")
param_set <- read_param_set_log(
log_lines = log_lines,
log_file_path = "logs/robustness-20596511.log"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.