get_data: Obtain Data for a VAST Model

View source: R/get_data.R

get_dataR Documentation

Obtain Data for a VAST Model

Description

Get and clean data to use in a VAST model. The information can be pulled from a data warehouse or supplied using the data argument.

Usage

get_data(survey, species, data = NULL)

Arguments

survey

A character value supplying the survey name. The value is typically an acronym. See createMatrix() for a list of defaults.

species

A character value supplying the scientific name. The value should be spelled correctly and split using a space.

data

A data frame to be cleaned rather than pulling information from a warehouse.


nwfsc-assess/VAST_WestCoast documentation built on July 4, 2023, 5:45 p.m.