tools/exercise/ex.R

#' Title
#'
#' @param a,   b,c parameters
#' @examples f(7,    8,9)
f = function(a,b=3, c = 4) {
  b=2
  q = c(1,   2,3)
  w = c(   1, 2,   3,5)#c(4,5         ,6 ,7)
}
hvdboorn/hgutils documentation built on Sept. 7, 2019, 11:10 p.m.