Skip to content

tibaredha/yahiatiba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahiatiba yahiatiba website

The goal of yahiatiba is to ...

Installation

You can install the development version of yahiatiba like so:

# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?

Example

This is a basic example which shows you how to solve a common problem:

library(yahiatiba)


# materiel
mat <- yahiatiba::mat

wil <- "chlef"
mat1 <- mat %>% dplyr::filter(WILAYA==wil)
mat_chlef (mat1,wil)

epsp <- unique(mat1$STRUCTURE)
for (i in epsp) {
  cat("\\newpage")
  cat(paste0("## Structure Sanitaire : ",i))
  print(knitr::kable(
    mat_repartition(mat,wil,i),  #mat_repartition (mat,wil,"EPH_AIN_MERANE")
    caption = paste0("Structure Sanitaire ",i)
  ))
  cat('\n\n<!-- -->\n\n')
}

wil <- "aindefla"
mat1 <- mat %>% dplyr::filter(WILAYA==wil)
mat_aindefla (mat1,wil)

wil <- "djelfa"
mat1 <- mat %>% dplyr::filter(WILAYA==wil)
mat_djelfa (mat1,wil)


wil <- "laghouat"
mat1 <- mat %>% dplyr::filter(WILAYA==wil)
mat_laghouat (mat1,wil)

wil <- "msila"
mat1 <- mat %>% dplyr::filter(WILAYA==wil)
mat_msila (mat1,wil)




mat_region (mat,"wil")








## basic example code

About

yahiatiba

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages