inst/examples/shipping/R/shipping.R

shipping_cost <- function(weight_kg) {
  if (weight_kg > 5) 15.00 else 5.00
}

Try the muttest package in your browser

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

muttest documentation built on May 14, 2026, 5:10 p.m.