Learn R Programming

metasnf (version 2.1.2)

validate_solutions_df: Validator for solutions_df class object

Description

Validator for solutions_df class object

Usage

validate_solutions_df(sol_dfl)

Value

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

Arguments

sol_dfl

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