View source: R/get_FN121_Electrofishing.R
get_FN121_Electrofishing | R Documentation |
This function accesses the api endpoint for FN121_Electrofishing records. FN121_Electrofishing records contain information about electrofishing sampling events, including shocking seconds, volts, amps, and power used for each SAM. Other relevant details for the SAM are found in the FN121 and optionally the FN121_GPS_Tracks tables. This function takes an optional filter list which can be used to return records based on attributes of the SAM including start and end date and time, effort duration, gear, site depth and location as well as attributes of the projects they are associated with such project code, or part of the project code, lake, first year, last year, protocol, etc.
get_FN121_Electrofishing(
filter_list = list(),
show_id = FALSE,
to_upper = TRUE
)
filter_list |
list |
show_id |
When 'FALSE', the default, the 'slug' field is hidden from the data frame. To return this field as part of the data frame, use 'show_id = TRUE'. |
to_upper |
|
Use show_filters("fn121electrofishing")
to see the full list
of available filter keys (query parameters). Refer to
https://intra.glis.mnr.gov.on.ca/fn_portal/api/v1/swagger/
and filter by "fn121electrofishing" for additional information.
dataframe
Adam Cottrill adam.cottrill@ontario.ca
## Not run:
show_filters("fn121electrofishing")
## End(Not run)
fn121_efish_huron <- get_FN121_Electrofishing(list(lake = "HU", year = 2018))
fn121_efish_500ss <- get_FN121_Electrofishing(list(shock_sec__gte = 500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.