View source: R/get_Stream_Dimensions.R
get_Stream_Dimensions | R Documentation |
This function accesses the api endpoint for Stream_Dimensions records. Stream_Dimensions records contain information about streams and rivers in which electrofishing transects take place, including the distance from the start of the transect, the distance across the channel, and stream depth, width, and velocity. Other relevant details for the SUBSPACE are found in the FN121 table. This function takes an optional filter list which can be used to return records based on attributes of the project including project code, or part of the project code, lake, first year, last year, protocol, etc.
get_Stream_Dimensions(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("stream_dimensions")
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 "stream_dimensions" for additional information.
dataframe
Adam Cottrill adam.cottrill@ontario.ca
## Not run:
show_filters("stream_dimensions")
## End(Not run)
# TODO: add more examples when more data is uploaded
stream <- get_Stream_Dimensions(list(lake = "ER"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.