View source: R/utils-canada-extract-depth-data-from-db.R
canada_extract_depth_data_from_db | R Documentation |
Extract the Canadian depth and fishing event data from the GFBIOSQL
database. The data frame returned will contain the fishing_event_id
column along with six depth columns.
canada_extract_depth_data_from_db(
fn = file.path(can_sample_dr, can_depths_rds_fn),
ret_df = FALSE,
overwrite = FALSE
)
ret_df |
Logical. If |
overwrite |
Logical. Overwrite the RDS file for if it exists |
dr |
The directory to save the depth RDS file in |
If ret_df
is TRUE
, return the depth data frame. If ret_df
is FALSE
, return nothing, write an RDS file instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.