class: center, middle, inverse, title-slide # Welcome! ### R for Data Science
Basel R Bootcamp
### February 2019 --- layout: true <div class="my-footer"> <span style="text-align:center"> <span> <img src="https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/by-sa.png" height=14 style="vertical-align: middle"/> </span> <a href="https://therbootcamp.github.io/"> <span style="padding-left:82px"> <font color="#7E7E7E"> www.therbootcamp.com </font> </span> </a> <a href="https://therbootcamp.github.io/"> <font color="#7E7E7E"> R For Data Science | February 2019 </font> </a> </span> </div> --- .pull-left4[ <br><br><br><br><br><br> # Welcome to the<br><high>Basel R Bootcamp!</high> ] .pull-right6[ <br><br> <p align="center"><img src="https://img.myswitzerland.com/mys/n64497/images/buehne/basel_winter.jpg" width="500" height="400"><br> <font style="font-size:10px">from <a href="">Wikipedia</a></font> </p> ] --- .pull-left45[ <br><br><br><br><br> # Schedule and Materials Click the "Bootcamp running" link on our homepage! <font size="6" color="#F62D73"><a href="www.therbootcamp.com"><b>www.therbootcamp.com</b></a></font><br><br> ] .pull-right5[ <br><br> <iframe src="https://therbootcamp.github.io" width="500" height="500"></iframe> ] --- .pull-left25[ # What is Data Science? ] .pull-right75[ <br> <p align = "center"> <img src="http://sudeep.co/images/post_images/2018-02-09-Understanding-the-Data-Science-Lifecycle/chart.png" height="540"><br> <font style="font-size:10px">from <a href="http://sudeep.co/">http://sudeep.co/</a></font> </p> ] --- .pull-left6[ <br><br><br> # Aim >###The aim of this workshop is enable you to thoughtfully and actively use R. You will learn the fundamentals of the R language, as well as cutting-edge packages for wrangling, analyzing, and communicating statistical data. ] .pull-right4[ <br><br><br><br> <p align="center"><img src="https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/target.png" height="350"></p> ] --- <br><br> .pull-left6[ # Schedule We have an <high>ambitious schedule</high>! >2 days, 3 sessions per day, 2 hours per session, on a variety of topics. >Each session contains a slide-based <high>introduction</high> and a hands-on <high>programming practical</high> <br> ] .pull-right4[ <img src="https://therbootcamp.github.io/R4DS_2019Feb/_sessions/Welcome/image/schedule.png" height="550" align="center"> ] --- .pull-left45[ # Introduction <high>15 - 45 minutes</high> slide based introduction to help you understand the basic concepts, including: <br><br>   1 - Theory<br>   2 - Code examples<br>   3 - Live demonstrations<br> <br><br> <high>All available online</high>. Follow along, and don't worry about memorizing <br><br> <a href="https://therbootcamp.github.io/R4DS_2019Feb/">This is a Link to our materials</a>. <br><br> <high>Be interactive! Ask questions!</high> ] .pull-right55[ <br> <p align="center"> <img src="https://img.freepik.com/free-vector/business-presentation_23-2147511785.jpg?size=338&ext=jpg" style="width:250px"> <br> <font style="font-size:10px">from <a href="www.Freepik.com">Freepik.com</a></font> </p> <p align="center"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR5DZ7eRkgxeFuEMEtuVC9YHz2v0STxeQ9YJyW2T3PbXGIci_2Lig" style="width:250px"> <br> <font style="font-size:10px">from <a href="www.Freepik.com">Freepik.com</a></font> </p> ] --- .pull-left45[ # Practicals <high>Write your own R scripts!</high> 1 - Anywhere from 10 ~ 30 programming tasks. 2 - Starts easy, gets progressively more challenging 3 - Struggle, work together, ask questions and challenge yourself! 4 - Go at your own pace and finish as much as you can. 5 - We'll give you all the answers later ] .pull-right5[ <br> <iframe src="https://therbootcamp.github.io/R4DS_2019Feb/_sessions/Data/Data_practical.html" height="480px" width = "500px"></iframe> Example practical:<a href="https://therbootcamp.github.io/R4DS_2019Feb/_sessions/Data/Data_practical.html"> Data </a> ] --- .pull-left45[ <br> # 1-1 Coaching Learning a computer language is <high>hard</high>. <high>Take breaks when you need them</high>, and don't get discouraged! Sometimes, you may find yourself in need of some <high>intensive help</high>. That's ok! We're here to help! At any time, you can <high>request a 15 minute 1-1 intensive</high> coaching session. We'll grab a coffee and work through it together. ] .pull-right5[ <br><br> <p align="center"> <img src="image/yesterdayitworked.jpg" height="500px"> <br> <font style="font-size:10px">from <a href="www.geek-and-poke.com">geek-and-poke.com</a></font> </p> ] --- # Cheatsheets <table width="100%" style="cellspacing:0; cellpadding:0; border:none"> <tr> <td> <p align = 'center'>RStudio<br><br> <a href="https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf"><img border="0" alt="W3Schools" src="https://github.com/therbootcamp/therbootcamp.github.io/blob/master/_sessions/_image/rstudio_cheat_ss.png?raw=true" height="180"></a></p> </td> <td> <p align = 'center'>Base R<br><br> <a href="http://github.com/rstudio/cheatsheets/raw/master/base-r.pdf"><img border="0" alt="W3Schools" src="https://github.com/therbootcamp/therbootcamp.github.io/blob/master/_sessions/_image/baser_cheat_ss.png?raw=true" height="180"></a></p> </td> <td> <p align = 'center'>Data Import<br><br> <a href="https://github.com/rstudio/cheatsheets/raw/master/data-import.pdf"><img border="0" alt="W3Schools" src="https://github.com/therbootcamp/therbootcamp.github.io/blob/master/_sessions/_image/dataimport_cheat_ss.png?raw=true" height="180"></a></p> </td> <td> <p align = 'center'>Data Wrangling<br><br> <a href="https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf"><img border="0" alt="W3Schools" src="https://github.com/therbootcamp/therbootcamp.github.io/blob/master/_sessions/_image/datatransform_cheat_ss.png?raw=true" height="180"></a></p> </td> <td> <p align = 'center'>Data Visualization<br><br> <a href="https://github.com/rstudio/cheatsheets/raw/master/data-visualization-2.1.pdf"><img border="0" alt="W3Schools" src="https://github.com/therbootcamp/therbootcamp.github.io/blob/master/_sessions/_image/datavis_cheat_ss.png?raw=true" height="180" ></a></p> </td> </tr> </table> <br> --- .pull-left4[ <br><br> # Breaks 1 - Feel free to take breaks when you need them! 2 - Help yourself to refreshments 3 - Lunch on your own or together at Tibits ] .pull-right6[ <p align='center'><br><br><br><br> <img src="https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/tibits.jpg" height="400" vspace="10"><br> <font style="font-size:10px">from <a href="https://www.tibits.ch/de/restaurants.html#tibits-basel">Tibits.ch</a></font> </p> ] --- # Photography .pull-left7[ <p align="center"><img src="https://amp.businessinsider.com/images/5af9eea4965f4c30008b4acb-750-375.jpg" width="700"><br> <font style="font-size:10px">from <a href="https://amp.businessinsider.com/images/5af9eea4965f4c30008b4acb-750-375.jpg">businessinsider.com</a></font> </p> ] .pull-right25[ <br><br><br> <font style="font-size:32px"> <high>Let us know, personally or via mail, if you don't want be published.</high></font> ] --- .pull-left45[ # Introductions 1. What is your name? 2. Where are you from? 3. What is your current profession? 4. What is your programming experience? 5. Have you used R in the past? 6. What would you most like to do with R? 7. Coffee or tea? 8. Pizza or pasta? 9. Beer or wine? 10. Berlin or Paris? ] .pull-right50[ <p align="center"><br><br><br><br> <img src="https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/introductions.jpg" style="width:500px"> <br> <font style="font-size:10px">from <a href="www.artofmanliness.com">artofmanliness.com</a></font> </p> ] --- .pull-left35[ <br><br><br><br><br><br><br><br><br> <p align="center"> <font size=8><hfont><high>Questions?</high></hfont></font><br> <font size = 4><a href = "https://therbootcamp.github.io/R4DS_2019Feb/">Link to schedule</a></font> </p> ] .pull-right6[ <img src="https://therbootcamp.github.io/R4DS_2019Feb/_sessions/Welcome/image/schedule.png" height="580" align="center"> ]