fish2sentinel: Fish Survey Data Sentinel Formatting

View source: R/fish2sentinel.R

fish2sentinelR Documentation

Fish Survey Data Sentinel Formatting

Description

Reorganizes fish survey data downloaded from lakefinder into a common Sentinel Lakes format, making it easier to integrate with other Sentinel Lakes formatted datasets.

Usage

fish2sentinel(fishsurvey)

Arguments

fishsurvey

results from the fishsurveydata() function.

See Also

Other Formatting: weather2sentinel(), wq2sentinel()

Examples

#' #Retrieve the lakefinder data
x <- lakefinderdownload("11041300")

#Extract the fish survey data
y <- fishsurveydata(x)

#Convert to Sentinel Lakes formatting
z <- fish2sentinel(y)


mnsentinellakes/mnsentinellakes documentation built on May 4, 2024, 7:48 p.m.