View source: R/read_param_space_log.R
read_param_space_name_log | R Documentation |
Obtains the parameter space name from a standard Peregrine HPCC log file.
read_param_space_name_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. |
A character atomic vector with the parameter space name
Pedro Santos Neves
## Not run:
log_lines <- read_log_file(log_file_path = "logs/robustness-20596511.log")
param_space_name <- read_param_space_name_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.