当使用来自http://nicolewhite.github.io/2014/06/30/create-shiny-app-neo4j-graphene.html的这个例子时... startGraph 函数给出一个错误
> library(RNeo4j)
> graph = startGraph("http://localhost:7474/db/data/")
Error: Success: (200) OK
> importSample(graph, "dfw")
Error in importSample(graph, "dfw") : object 'graph' not found
>
neo4j 社区版服务器版本 2.3.2 正在运行,并且在 neo4j-server.properties 文件中使用以下语句关闭身份验证:'dbms.security.auth_enabled=false'
请问有没有其他人遇到过这个问题并有解决方案?