tests/testthat/programs/program4.R

mn <- min(mtcars$mpg)

mx <- max(mtcars$mpg)

print(paste0("Program4: min of cars is ", mn))

print(paste0("Program4: max of cars is ", mx))

Try the common package in your browser

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

common documentation built on May 29, 2024, 1:48 a.m.