inst/examples/covr_support/R/get_bigger.R

get_bigger <- function(x, y) {
  if (x > y) {
    return(x)
  } else {
    return(y)
  }
}

Try the cucumber package in your browser

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

cucumber documentation built on June 30, 2024, 1:07 a.m.