R/Calculate_indicators.R

#' Calculate the summary values ("indicators") in the  head of  the spreadsheet tools
#'
#' @param sim
#'
#' @return
#' @export
calculate_indicators<-function(SIM){
 SIM %>% summarise_all(sum)

}
tdanker/REvola documentation built on May 13, 2019, 5:35 p.m.