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)
}

Try the hgutils package in your browser

Any scripts or data that you put into this service are public.

hgutils documentation built on March 31, 2022, 5:06 p.m.