R/scheme_id.R

#' Get the id of the scheme
#' @inheritParams connect_flemish_source
#' @importFrom n2khelper odbc_get_id
#' @export
scheme_id <- function(result_channel){
  odbc_get_id(table = "scheme", variable = "description", value = "Watervogels",
    id_variable = "fingerprint", channel = result_channel)
}
inbo/watervogelanalysis documentation built on June 19, 2019, 10:51 p.m.