From a66fef922d7551bbcf5bec38dbdcb6ee46d31f36 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Tue, 18 Oct 2016 11:25:51 +0200 Subject: [PATCH] look at structure first --- anotherfile.R | 1 + 1 file changed, 1 insertion(+) diff --git a/anotherfile.R b/anotherfile.R index eac38f3..cb88ba6 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -1,3 +1,4 @@ +str(mtcars) with(mtcars, plot(x=cyl, y=displ)) -- GitLab