R/read_version.R

Defines functions read_version

Documented in read_version

#' Read verwerkingsmaand
#'
#' Haalt *verwerkingsmaand* uit de tabel APPLICATIE
#'
#'
#' @return character
#'
#' @export
#' @importFrom magrittr %>%
read_version <- function(){
  read_from_fiaprod(
    schema = "FI_GEBRUIKERS",
    view = "version") %>%
    dplyr::pull()
}
mvbloois/faiR documentation built on Dec. 21, 2021, 11:04 p.m.