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)
}
hgvandenboorn/hgutils documentation built on Sept. 9, 2019, 2:50 a.m.