class: center, middle, inverse, title-slide # Getting Help in R
❓ ### Dr. Ravat --- layout: true <div class="my-footer"> <span> <a href="" target="_blank"> </a> </span> </div> --- --- class: center, middle # Getting help in R --- ## Reading help files <img src="img/r-help.png" width="50%" /> .tiny[ Source: http://socviz.co/appendix.html#a-little-more-about-r ] --- ## Asking good questions .pull-left[ - **Good:** Describe your intention and include your code and the error - **Better:** Describe your intention and create a minimum working example - **Best:** Write a **rep**roducible **ex**ample (reprex) -- we'll introduce this concept more formally and teach you the tools for it a little later in the semester ] -- .pull-right[ - Use code formatting - For issues with R code: copy / paste your code and resulting error, don't use screenshots ]