Hello Michael,
Steps 0, 1 and 2 are clear, but I don't understand what is required in step 3 (add a new line to the file / tec/reports on the Unix server where you write
/finsys/bicoe/test 1988.168.0.19(ro) ?
I though that we need to send instruction through Microsoft R Open
I am able to read the sas file on my drive P (windows server)
library(sas7bdat)
require(sas7bdat)
class2 <-read.sas7bdat("P:/TEST/FILE1684/class.sas7bdat")
I am not able to do the same task in Microsoft R Open via our unix sever.
Do we really need to export the data on the window server ?
I would prefer to connect via ssh protocol then do the same task as for the P Drive.
Is it possible to do that and if so how ?