How Can We Help?
In the Data Stream DesignerIs a model-driven approach to connect, transform and action real-time “streaming” data in a visual, drag and drop manner. if you are using the RScript functionIs a Stream Objects that performs mathematical and statistical operations. 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.