View source: R/General_Functions.R
check_overlaps | R Documentation |
Check for overlapping deployments for metal band or logger id fields
check_overlaps(
deployments,
variables = c("metal_band", "gps_id", "gps_id", "tdr_id", "acc_id", "gls_id", "mag_id"),
verbose = FALSE
)
deployments |
data.frame with deployment data formatted using seabiRds::formatDeployments() |
variables |
list of variable names to check for overlapping deployments, options include: "metal_band", "gps_id", "gps_id","tdr_id","acc_id","gls_id","mag_id" |
verbose |
logical. Print a success message if TRUE |
Warnings and an error message are returned if overlapping deployments are found for the same band or logger_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.