| get_data_node {epwshiftr} | R Documentation | 
Get data nodes which store CMIP6 output
Description
Get data nodes which store CMIP6 output
Usage
get_data_node(speed_test = FALSE, timeout = 3)
Arguments
speed_test | 
 If   | 
timeout | 
 Timeout for a ping response in seconds. Default:   | 
Value
A data.table::data.table() of 2 or 3 (when speed_test is TRUE)
columns:
| Column | Type | Description | 
   data_node  | character | Web address of data node | 
   status  | character |  Status of data node. "UP" means OK and "DOWN" means currently not available  | 
   ping  | double | Data node response in milliseconds during speed test | 
Examples
## Not run: 
get_data_node()
## End(Not run)
[Package epwshiftr version 0.1.4 Index]