dear members,
I am using the RSelenium package which uses the
function selenium() from the wdman package. The selenium function contains the
function java_check at line 12. If I try to run it, it throws an error:
> javapath <- java_check()
Error in java_check() : could not find function "java_check"
Also:
> exists("java_check")
[1] FALSE
But when I run selenium(), it works fine....
How do you explain this conundrum? You can refer to this link:
https://github.com/ropensci/wdman/issues/15
Specifically what concept of R explains this weird behaviour?
Thanking you,
Yours sincerely,
AKSHAY M KULKARNI
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.