get_dup_deps: Get duplicate deployments - Find receivers with associated...

Description Usage Arguments Details Value Examples

View source: R/get_dup_deps.R

Description

Get duplicate deployments - Find receivers with associated with more than one station in the deployments table

Usage

1
get_dup_deps(dep_df)

Arguments

dep_df

Deployments dataframe, like the one returned from 'dbGetQuery(con, "select * from deployments)'

Details

as of July 2019, there are only two receivers that have been used and then re-deployed in another place: Above Ag4/Below Wallace Weir, and Above Wallace Weir/Below Los Rios Check Dam.

Value

a vector of receiver serial numbers that are associated with more than one station

Examples

1
2
3
4
5
## Not run: 
deps <- dbGetQuery(con, "select * from deployments")  
get_dup_deps(deps)

## End(Not run)

fishsciences/ybt documentation built on March 11, 2021, 8:45 a.m.