check_format: Check the format of data

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

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.