Biobase (version 2.28.0)

testBioCConnection: A function to check internet connectivity to Bioconductor

Description

This function will attempt to determine if the user has internet connectivity to the Bioconductor website. This is useful in many situations dealing with code that uses automated downloads and other such things.

Usage

testBioCConnection()

Arguments

Value

TRUE if a connection is possible, FALSE if not.

Examples

Run this code
 z <- testBioCConnection()

Run the code above in your browser using DataLab