class: center, middle, inverse, title-slide # Introduction to R, Session 2
### Rockefeller University, Bioinformatics Resource Centre ###
http://rockefelleruniversity.github.io/RU_course_template/
--- ## Recap ?? can add a recap to link to keypoints in first session?? Session 1 covered introduction to R data types and import/export of data. - [Background to R](https://rockefelleruniversity.github.io/Intro_To_R_1Day/r_course/presentations/singlepage/introToR_Session1.html#background-to-r) - [Data types in R](https://rockefelleruniversity.github.io/Intro_To_R_1Day/r_course/presentations/singlepage/introToR_Session1.html#data_types_in_r) - [Reading and writing in R](https://rockefelleruniversity.github.io/Intro_To_R_1Day/r_course/presentations/singlepage/introToR_Session1.html#reading-and-writing-data-in-r) --- ## Same stuff ??More content for second session?? --- ## Time for an exercise! Exercise on functions can be found [here](../..//exercises/exercises/MyExercise3_exercise.html) --- ## Answers to exercise. Answers can be found here [here](../..//exercises/answers/MyExercise3_answers.html) Rcode for answers can be found here [here](../..//exercises/answers//answers/MyExercise3_Answers.R)