read_index_file {IOHanalyzer}R Documentation

Read .info files and extract information

Description

Read .info files and extract information

Usage

read_index_file(fname)

Arguments

fname

The path to the .info file

Value

The data contained in the .info file

Examples

path <- system.file("extdata", "ONE_PLUS_LAMDA_EA", package="IOHanalyzer")
info <- read_index_file(file.path(path,"IOHprofiler_f1_i1.info"))

[Package IOHanalyzer version 0.1.8.10 Index]