diff --git a/anotherfile.R b/anotherfile.R index eac38f33e57aada7aaf9d8bcd7b241895b9ec37f..cb88ba6bbddd5145424feda39189e52a7ee37eae 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -1,3 +1,4 @@ +str(mtcars) with(mtcars, plot(x=cyl, y=displ))