View source: R/apply_conversion_factors.r
apply_conversion_factors | R Documentation |
Connects to svdbs and pulls conversion factors from SURVAN_CONVERSION_FACTORS Explain what conversions do ...
apply_conversion_factors(channel, survdat.raw, use.SAD = F)
channel |
an Object inherited from DBIConnection-class. This object is used to connect
to communicate with the database engine. (see |
survdat.raw |
Data.table. Result of |
use.SAD |
Boolean. Use Survey Analysis Database (SAD) for assessed species. Default = F |
A list containing a Data frame (data.table) (n x 21) and a list of SQL queries used to pull the data
Each row of the data.table represents the number at length of a species on a specific tow along with physical attributes of the tow.
See get_survdat_data
for more details
This is an internal function.
To pull the values of the conversion factors use get_conversion_factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.