-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert a Neo4j connection object into a DAGitty object #41
Comments
There would need to specific code to convert a neo4j graph to DAGitty. If you send me a complete example of what you are trying to accomplish, perhaps I can write one |
Thanks for willing to help. Appreciated! This is the code and what I am trying to do: #Connect ne4j database with R #path analysis using dagitty Please ignore the following if you have no problem with connection neo4j with r. |
Hi there, I do not mean to push, but just wondering if there is any progress? :) |
I am having problem to convert a neo4j connection object into a dagitty object.
using as.dagitty(con)
where con is a connection object using neo4r package.
Returned result is:
Error in as.vector(x, "character") :
cannot coerce type 'environment' to vector of type 'character'
In addition: Warning message:
In if (class(x) == "dagitty") { :
the condition has length > 1 and only the first element will be used
Would anyone enlighten me in this regard?
The text was updated successfully, but these errors were encountered: