View source: R/igvR.R View source: R/genomeSpec.R
url.exists | R Documentation |
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
url.exists(url)
url.exists(url)
url |
character the http address to test |
logical TRUE or FALSE
logical TRUE or FALSE
if(interactive()){
igv <- igvR()
ping(igv)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.