#1、SAP凭证源-------
#' t_mrpt_data_sap
#'
#' @param variables
#'
#' @return
#' @export
#'
#' @examples
#' rbu_ds_sap()
rbu_ds_sap <- function(variables) {
sql <- paste0("t_mrpt_data_sap")
}
#' Title
#' t_mrpt_adj
#'
#' @param variables
#'
#' @return
#' @export
#'
#' @examples
#' rbu_ds_adj()
rbu_ds_adj <- function(variables) {
sql <- paste0("t_mrpt_adj")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.