validate_pa_fit_time: Validate Match Between Presence/Absence Files and Fit Layers

View source: R/read_validate_files.R

validate_pa_fit_timeR Documentation

Validate Match Between Presence/Absence Files and Fit Layers

Description

This function validates whether the time periods of the presence/absence data match the environmental layers.

Usage

validate_pa_fit_time(pa_data, fit_layers_path, show_modal = FALSE)

Arguments

pa_data

Data frame containing the presence/absence data with a 'timestamp' column.

fit_layers_path

Path to the ZIP file containing fit layers.

show_modal

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

Value

TRUE if the timestamps match the fit layers, FALSE otherwise.


glossa documentation built on Oct. 15, 2024, 5:08 p.m.