Integrating Data from R

Overview


The data accessible from R must first be downloaded into the R environment, then exported as a file, and the loaded into the davinci workspace. (see data from information about loading data into davinci)

Exporting Data to CSV


Data loaded into R can be exported as a CSV file using the write.csv command.


write.csv(dataset, "table.csv")