R and RStudio Resources
R
- Download: R from CRAN
- This is where you can download the R language software for FREE for your own computer.
- Choose your operating system (Mac OS or Windows or Linux/Unix)
- NOTE: For Windows, you should also download and install Rtools - this is technically optional, but is useful to have. Make sure to download the one for your R version.
- R Cookbook
R Packages for Tables
Making Tables (without Rmarkdown)
- The
table()
function, run help(table, package = "base")
gtsummary
gmodels
, see CrossTable()
function
Online Training and Courses
More Helpful Online Books on R and Statistics with R
Other places to get HELP
- StackOverflow
- I encourage you to create an account so you can post questions. But even without an account you can search for and find answers to your questions and error messages.
- Google
- You can often cut and paste error messages in Google to find answers - most likely will redirect you to Stack Overflow.
- Package vignettes for packages on CRAN
- Github package issues
- Many packages will host their code on Github which includes an “issues” tab. This can be a good place to see what other problems people may be having with a given package.
- dplyr issues on Github
- CRAN package site
- R Bloggers
- This is a really good website which curates thousands of people who are R developers, users and programmers who post articles about R.
- STHDA Website for “Statistical tools for high-throughput data analysis”
- This website will often come up when “Googling” for answers. It has a lot of ads but often has very helpful examples.
- Quick-R
- This website was originally created by Robert I. Kabacoff, who wrote the Book: R in Action.
- However, the website has now been taken over by Datacamp.
R Packages Used in TIDAL Modules