Skip to content

Commit

Permalink
update paper and improve main and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
evaaepelde committed Sep 16, 2024
1 parent a3c5bf1 commit 9276b3d
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ ex_var_intersec <- function(){
#'
#' Function to calculate energy poverty indices
#' @param year year/s for energy poverty indices calculation
#' @param index energy poverty index or indices you want to calculate. Possible
#' @param index energy poverty index or indices to be calculated. Possible
#' options: 10%, 2M, LIHC, HEP, HEP_LI. If "all" (by default) calculates
#' all the indices for the selected year/s.
#' @return a dataframe with the selected energy poverty indices
Expand Down Expand Up @@ -253,7 +253,7 @@ calc_ep <- function(year, index = "all"){
#'
#' Function to calculate transport poverty indices
#' @param year year/s for transport poverty indices calculation
#' @param index transport poverty index or indices you want to calculate. Possible
#' @param index transport poverty index or indices to be calculated. Possible
#' options: 10%, 2M, LIHC, VTU. If "all" (by default) calculates all the indices
#' for the selected year/s.
#' @return a dataframe with the selected transport poverty indices
Expand Down
Loading

0 comments on commit 9276b3d

Please sign in to comment.