R/nap_survey.R

Defines functions nap_survey

#' @export
nap_survey <- function(con) {
  nap_tbl(con, "survey") %>%
    mutate(survey = str_trim(survey))
}
fishvice/napr documentation built on May 18, 2019, 3:42 p.m.