tests/assets/baseline_clean.R

#some comment
 yy <- function(a=4){
   head(runif(10),a)
   # a comment

   myfun(x,y)

  sum(c(3,3))
 }
 
 zz <- function(v=10,a=8){
   head(runif(v),a)
 }

Try the sinew package in your browser

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

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