Package to extract data from DFO oracle databases.
See example.Rmd
From commercial sample database (IMLP) read in biological data ("carbio") function: get.bio + mackerel + cod + needs validation for other species. - See data-raw/odbc_data_selection.csv for details on what is extracted read in length-frequency data function: get.lf + mackerel + cod + needs validation for other species - See data-raw/odbc_data_selection.csv for details on what is extracted
From ichtyoplankton sample database (BIOCHEMP) * read in bongo sample data (mackerel egg stations and counts): get.eggs
devtools::install_github("iml-assess/DFOdata")
Reading in bio/length-frequency data. There are minor differences with data extracted with SAS/Majpec: - empty lines (sample id = NA) are not included - trivial differences in some lengths and weights due to rounding
As of V1.2, get.bio results in 3 extra columns (length.type, station and remarks). Station numbers can be used to link with survey data (e.g., bottom trawl surveys).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.