validate_model_out_tbl {hubUtils} | R Documentation |
Validate a model_out_tbl
object.
Description
Validate a model_out_tbl
object.
Usage
validate_model_out_tbl(tbl)
Arguments
tbl |
a |
Value
If valid, returns a model_out_tbl
class object. Otherwise, throws an
error.
Examples
md_out <- as_model_out_tbl(hub_con_output)
validate_model_out_tbl(md_out)
[Package hubUtils version 0.1.7 Index]