View source: R/check_modeling_results.R
check_modeling_results | R Documentation |
This function checks that the modeling_results
object has the appropriate structure.
For more details please check the vignette documentation.
check_modeling_results(modeling_results)
modeling_results |
Defaults to the output of
|
The input object if all checks are passed.
Other Check input functions:
check_sce()
,
check_sce_layer()
,
check_spe()
if (!exists("modeling_results")) {
modeling_results <- fetch_data(type = "modeling_results")
}
## Check the object
xx <- check_modeling_results(modeling_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.