R/nap_catch.R

Defines functions nap_catch

#' @export
nap_catch <- function(con, convert = TRUE) {
  q <- nap_tbl(con, "catch")

  if(convert) {
    # nothing here yet, possible convert towspeed
    q <- q
  }

  return(q)
}
fishvice/napr documentation built on May 18, 2019, 3:42 p.m.