Forum Discussion

rohuyn's avatar
rohuyn
Frequent Visitor
9 years ago
Solved

ADO.NET: Rscript error - Cannot find Dataset

Hi everyone,   I'm in the process of finalizing my Forecasting Dashboard, but am having trouble actually explicitly showing my forecasting values in a non-plot. I surmised that the best way to go a...
  • ankitpatira's avatar
    9 years ago

    rohuyn I think all you need to do is explicitly specify path of FinalDataR.xlsx instead of just the name as by default it will try to look into R directory but cannot find the file. So specify like C:/MyData/FinalDataR.xlsx and it should work.