check_format {IOHanalyzer}R Documentation

Check the format of data

Description

Throws a warning when multiple formats are found in the same folder.

Usage

check_format(path)

Arguments

path

The path to the folder to check

Value

The format of the data in the given folder. Either 'COCO', 'IOHprofiler', 'NEVERGRAD' or 'SOS'.

Examples

path <- system.file("extdata", "ONE_PLUS_LAMDA_EA", package = "IOHanalyzer")
check_format(path)

[Package IOHanalyzer version 0.1.8.10 Index]