Importing Data Using R

From Displayr
Jump to navigation Jump to search

A Data Set can be created using R code, where the R code can contain both instructions for importing a data file, and instructions for manipulating that data file.

This is done via Home > Data Set (Data) > R. It is usually a good idea to first write your code as an R Output, as this makes debugging easier.