tests/testthat/micro.R

x<- 1
y <-3
10
x
x <-x+y
x
y^3
write.csv(x,"~/test.test")

pdf("~/test.pdf")
plot(x)
dev.off()

Try the Rclean package in your browser

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

Rclean documentation built on May 2, 2019, 9:18 a.m.