An Introduction to R and RStudio

Data Management in R

One of the most useful features of R is its ability to handle and manipulate data. Most of the time we find ourselves doing this in software such as Excel, but this just isn’t practical with some datasets. Also the ability to create scripts to achieve a specific ‘job’ in R makes data management faster and more reliable. This section introduces you to a selection of functions that will demonstrate the power of working with data in R.