class: inverse, center, hide-logo, title background-image: url(imgs/title.png) background-size: cover ## <span style='font-family:Arial; color: black; font-weight:400;'>Right Start Programming with R language</span> ### Part III: Communicate your results, learn more .left[ <span style="font-weight: 600; font-size: 28px;">Bilikisu Aderinto</span> <span style="font-weight: 600; font-size: 28px;">Stephen Balogun</span> <span class="my_date">Sat, January 29 2022</span> ] --- ## Outline 1. Saving outputs 2. Communicating your results 3. Learning more --- ## Saving outputs Several ways exists - for csv - for Excel - many other file types - Static plots: use `ggsave()` from the {ggplot2} package --- ## Communicating your results: {rmarkdown} - HTML - Word - PowerPoint - PDF - Articles - websites --- ## RMarkdown - You can generate most of the communication formats with RMarkdown - An RMarkdown file contains - A YAML header - Embedded code chunks - Free text - Markdown syntax - The `output` argument of the YAML header can be used to specify the file type of interest - You can share your file via email or host on online platforms --- ## Where to go from here .pull-left[ - R packages > the {swirl} package > > the {learnr} package - Community groups https://community.rstudio.com/ - Follow `Abuja R user group` on: -
[LinkedIn](https://ng.linkedin.com/in/abuja-r-user-group-669ab521b) -
[Twitter](https://twitter.com/AbujaRUG/) -
[Meetup](https://www.meetup.com/Abuja-R-User-Group-Meetup/) ] .pull-right[ - Learning platforms - Coursera - edX - Udemy - YouTube etc ] --- class: inverse, middle, center, hide-logo background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/39/Naruto_Shiki_Fujin.svg) background-size: contain # Questions