validate_solutions_df {metasnf}R Documentation

Validator for solutions_df class object

Description

Validator for solutions_df class object

Usage

validate_solutions_df(sol_dfl)

Arguments

sol_dfl

A solutions data frame-like object to be validated and converted into a solutions data frame.

Value

If sol_dfl has a valid structure for a solutions_df class object, returns the input unchanged. Otherwise, raises an error.


[Package metasnf version 2.1.2 Index]