url.exists
url.exists.Rd
a helper function for mostly internal use, tests for availability of a url, modeled after file.exists
a helper function for mostly internal use, tests for availability of a url, modeled after file.exists
Examples
if(interactive()){
igv <- igvR()
ping(igv)
}