validate_fit_projection_layers {glossa}R Documentation

Validate Fit and Projection Layers

Description

This function validates fit and projection layers by checking their covariates.

Usage

validate_fit_projection_layers(
  fit_layers_path,
  proj_layers_path,
  show_modal = FALSE
)

Arguments

fit_layers_path

Path to the ZIP file containing fit layers.

proj_layers_path

Path to the ZIP file containing projection layers.

show_modal

Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE.

Value

TRUE if the layers pass validation criteria, FALSE otherwise.


[Package glossa version 1.2.2 Index]