View source: R/vast_functions.R
bundle_vast_condition | R Documentation |
Combines VAST index.csv files from the /results/region/ directory.
bundle_vast_condition(region, years)
region |
Region. AI, BS, or GOA. Character (1L). |
years |
Vector of years to retain in index (i.e. survey years) |
A data frame with condition indicators for all species.
# Combine index.csv files for GOA
bundle_vast_condition(region = "GOA",
years = c(seq(1984, 1999, 3),
seq(2001, 2022, 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.