View source: R/read_validate_files.R
validate_fit_projection_layers | R Documentation |
This function validates fit and projection layers by checking their covariates.
validate_fit_projection_layers(
fit_layers_path,
proj_layers_path,
show_modal = FALSE
)
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. |
TRUE if the layers pass validation criteria, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.