#' @title Wrapper pour les différentes questions sur le droit en vigueur
#'
#' @description Ce wrapper calcule les résultats des questions additionelles,
#' notamment le nombre de rentiers total à partir de la dernière observation.
#'
#' @param tl_inp List of input data frames.
#'
#' @param tl_vorb_berechn List of preprocessed input data frames.
#'
#' @param tl_hauptberechnung List of intermedary results.
#'
#' @return a `tidylist` containing the following tidy data frames:
#' - `tl_nombre_rentiers`
#'
#' @author [MAS BSV](mailto:sekretariat.mas@bsv.admin.ch)
#'
#' @export

# wrap_ahv_varia <- function(tl_inp,
#                            tl_vorb_berechn,
#                            tl_hauptberechnung) {
# 
# 
#   # Calcul du facteur de conversion des EPRC en individus
#     FACTEUR_CONV_EPRC <- mod_facteur_conv_eprc(
#       PARAM_GLOBAL = tl_inp$PARAM_GLOBAL,
#       RR_AVS = tl_inp$RR_AVS
#   )
#   
#     c(
#       list(
#           FACTEUR_CONV_EPRC = FACTEUR_CONV_EPRC
#           )
#     )
# }
