powered by
Performs a connection check to determine if the remote cBioPortal data server is reachable and responsive.
check_TCGAretriever_connection()
logical; `TRUE` if the system can connect and retrieve data within the time limit, `FALSE` otherwise.
Damiano Fantini, damiano.fantini@gmail.com
This function attempts to fetch cancer studies within a strict 2-second time limit. If the function returns `FALSE`, it may indicate:
The server is currently down for maintenance.
The user's internet connection is inactive or blocked by a firewall.
The connection speed is too slow to support reliable data retrieval for larger datasets.
https://www.data-pulse.com/dev_site/TCGAretriever/
if (FALSE) { check_TCGAretriever_connection() }
Run the code above in your browser using DataLab