View source: R/utils-canada-load-sample-data.R
canada_load_sample_data | R Documentation |
Load the Canadian commercial sample data from an RDS file generated by
canada_extract_samples_from_db()
. The filename is stored in the package
data variable can_sample_data_rds_fn
canada_load_sample_data(
fn = file.path("/srv/hake/other/samples/canada", can_sample_data_rds_fn),
gear_type = "midwater trawl"
)
fn |
The file name for the sample RDS file |
gear_type |
A vector of fishing gear type (description). Must be
one or more of: |
The following filtering is performed in this function for all fleets:
Areas - BC offshore areas + Strait of Juan de Fuca
Fishing gear - Midwater trawl only by default
A data frame containing filtered Canadian samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.