#' 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.