RScript – How to reference a non-local DataSet

How Can We Help?

< Back

In the Data Stream Designer if you are using the RScript function and would like to load a dataset into your script while you don’t have access to the server file system or the file is too large to be uploaded to the server; you can load it from the Internet provided it is publicly accessible using following script:

read.csv("https://bit.ly/2Ia5ful",header=TRUE)

The above line of script loads a csv file hosted on Drop box link https://bit.ly/2Ia5ful

 

Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X