lobster.db: lobster.db

View source: R/lobster.db.r View source: R/lobster.db - original.r

lobster.dbR Documentation

lobster.db

Description

This function is the main workhorse to pull data from databases and some initial filtering of data used in lobster stock assessments. Results are saved and can be reloaded using this function.

This function is the main workhorse to pull data from databases and some initial filtering of data used in lobster stock assessments. Results are saved and can be reloaded using this function.

Usage

lobster.db(DS = "complete.redo", pH = p)

lobster.db(DS = "complete.redo", pH = p)

Arguments

DS

is the main switch that selects which data source to load or operate. Options for DS include 'complete','annual.landings','logs','logs41','logs41jonah','observer41','atSea','cris','port','vlog','fsrs','scallop','survey','annual.landings'. Any of these arguements called as listed return the data object. To make the data file from scratch would require a 'XXXX.redo', where XXXX is the option listed above.

Value

Data objects that contain the data for use in further analyses.

Data objects that contain the data for use in further analyses.

Examples

lobster.db('fsrs.redo') # makes the data objects for the FSRS data.
lobster.db('fsrs') #loads the object fsrs
lobster.db('fsrs.redo') # makes the data objects for the FSRS data.
lobster.db('fsrs') #loads the object fsrs

LobsterScience/bio.lobster documentation built on Feb. 14, 2025, 3:28 p.m.