View source: R/fish2sentinel.R
fish2sentinel | R Documentation |
Reorganizes fish survey data downloaded from lakefinder into a common Sentinel Lakes format, making it easier to integrate with other Sentinel Lakes formatted datasets.
fish2sentinel(fishsurvey)
fishsurvey |
results from the fishsurveydata() function. |
Other Formatting:
weather2sentinel()
,
wq2sentinel()
#' #Retrieve the lakefinder data
x <- lakefinderdownload("11041300")
#Extract the fish survey data
y <- fishsurveydata(x)
#Convert to Sentinel Lakes formatting
z <- fish2sentinel(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.