inst/templates/iso_.R

#' Country Name
#'
#' @source \url{`r repo("ISO")`}
#' 
ISO <- function(level){
  x <- NULL
  
  #' @concept Level 1
  #' @section Data Sources:
  #' 
  #' ## Level 1
  #' `r docstring("ISO", 1)`
  #' 
  if(level==1){
    
    # code here...
    
  }
  
  #' @concept Level 2
  #' @section Data Sources:
  #' 
  #' ## Level 2
  #' `r docstring("ISO", 2)`
  #' 
  if(level==2){

    # code here...
    
  }
  
  #' @concept Level 3
  #' @section Data Sources:
  #' 
  #' ## Level 3
  #' `r docstring("ISO", 3)`
  #' 
  if(level==3){  

    # code here...
    
  }
  
  return(x)
}
covid19datahub/COVID19dev documentation built on March 16, 2023, 3:22 a.m.