Displaying 1 result from an estimated 1 matches for "myd3dir".
Did you mean:
my_dir
2012 Nov 27
1
Problem in Starting R Server - object of type 'closure' is not subsettable
Hi All,
I am trying to start R Server to run some Java Script in my local machine
using the library, 'Rook'. I use Windows 7.
And my codes are following,
> library(Rook)
> myD3dir <- 'D:\\STUDIES\\Java script\\d3-master'
> s <- Rhttpd$new
> s$start(quiet=TRUE)
and i get the following error for the above line,
Error in s$start : object of type 'closure' is not subsettable
I have no idea what this error is. I am a starter in R. Please help to sol...