read_param_space_name_log: Reads parameter space name written in log file

View source: R/read_param_space_log.R

read_param_space_name_logR Documentation

Reads parameter space name written in log file

Description

Obtains the parameter space name from a standard Peregrine HPCC log file.

Usage

read_param_space_name_log(log_lines, log_file_path)

Arguments

log_lines

Character vector containing the contents of the log files as read by read_log_file().

log_file_path

A string with the path for a standard Peregrine HPCC log file.

Value

A character atomic vector with the parameter space name

Author(s)

Pedro Santos Neves

Examples

## 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)

Neves-P/DAISIErobustness documentation built on May 22, 2024, 4:26 p.m.