R/test.R

Defines functions test2 test1

test1 <- function(){
  print("test 1 ok!")
  }

test2 <- function(){
  print("test 2 ok!")
  }

Try the imageRy package in your browser

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

imageRy documentation built on Aug. 8, 2025, 7:31 p.m.