Update exo5_R_fr.org

parent 3dedf6ca
...@@ -38,6 +38,7 @@ Nous commençons donc par charger ces données: ...@@ -38,6 +38,7 @@ Nous commençons donc par charger ces données:
#+begin_src R :results output :session *R* :exports both #+begin_src R :results output :session *R* :exports both
data = read.csv("shuttle.csv",header=T) data = read.csv("shuttle.csv",header=T)
data data
str(data)
#+end_src #+end_src
#+RESULTS: #+RESULTS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment