get_runtime_params: Make runtime data frame

View source: R/get_runtime_params.R

get_runtime_paramsR Documentation

Make runtime data frame

Description

Make runtime data frame

Usage

get_runtime_params(logs_folder_path)

Arguments

logs_folder_path

A string with the path for a directory containing the Peregrine HPCC log files.

Value

A data frame with three columns:

param_space_name

Atomic character vector with parameter space name.

param_set

Atomic numeric vector with parameter space number.

runtime

Atomic numeric vector with Peregrine job run time in seconds.

status

character with job status upon conclusion.

log_name

Character vector with name of corresponding log file to facilitate debugging.

Author(s)

Pedro Santos Neves

Examples

## Not run: 
runtimes_data_frame <- get_runtime_params("logs/")

## End(Not run)

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