From 51e9ed93d824325e2b6cc61817b9bf84856bcfa7 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Tue, 18 Oct 2016 11:02:47 +0200 Subject: [PATCH] add some example R code --- anotherfile.R | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 anotherfile.R diff --git a/anotherfile.R b/anotherfile.R new file mode 100644 index 0000000..c20a254 --- /dev/null +++ b/anotherfile.R @@ -0,0 +1,3 @@ +with(mtcars, plot(x=cyl, y=displ)) + + -- GitLab