class: center, middle, inverse, title-slide .title[ # 01 Introduction ] .subtitle[ ## Elements of R e R Markdown ] .author[ ### Claudio Zandonella ] --- # The Course -- <br> Aim: > Learning R and R Markdown --- # The Course <br> Aim: > Learning R and R Markdown... at least we try -- <br> Materials and Infos: > https://arca-dpss.github.io/course-R-Rmarkdown/ --- # Why R? -- - open science (reproducibility) - software open-source -- <img src="01-intro_files/figure-html/unnamed-chunk-1-1.png" width="60%" style="display: block; margin: auto;" /> --- # Why ~~R~~ Programming? <br> -- - It's like magic -- - We are leaving in 2022 (info-sphere) -- - Let computers do the boring stuff -- - Programmers are lazy -- - Good for OCD and Dopamine circuit -- <br> <br> > We are not learning R..... --- # Why ~~R~~ Programming? <br> - It's like magic - We are leaving in 2022 (info-sphere) - Let computers do the boring stuff - Programmers are lazy - Good for OCD and Dopamine circuit <br> > We are not learning R.....we are learning how to programme --- # What is R? -- - It is not a calculator -- <br> - It is not a statistical software -- <br> > **It is a programming Language** --- # Programming Language -- As any language we have: <br> -- - Elements -- - Rules -- - Communicate -- - Evolving --- class: end, center, middle # Let's staRt