inst/templates/ds_.R

#' Use the function ds_docstring() to generate the documentation.
#' 
data.source.com <- function(level){
  if(level!=3) return(NULL)
  
  # code here...
  
  return(x)
}
emanuele-guidotti/COVID19 documentation built on Feb. 21, 2025, 3:49 a.m.