Neat Tricks To Make R Programming Easier

Every programming language has them. Those oddball situations where you have an apparently simple task which well… doesn’t fit neatly into the obvious answers. Knowing the right R function to use or a quick workaround can spell the difference between spending hours on Stack Overflow and quickly moving onto the next step. We’re making a list of some little things that can really simplify your life here.

Bookmark us and check back regularly.

Functions of interest

Statistics

Cleaning Up Data

Sampling

Statistical Distributions

File System Manipulation

  • Set the working directory – setwd()
  • Get the working directory – getwd()

Environment Management

Data Manipulation

Writing Good Code

Graphics

Managing Citations

Scroll to top
Privacy Policy