havingIP {TwitterAutomatedTrading}R Documentation

havingIP Function

Description

Function to test if the internet connection is available

Usage

havingIP(operational_system)

Arguments

operational_system

The operational system.

Value

A logical vector TRUE if internet connection is available.

Examples

## Not run: 
internet <- havingIP()
        
## End(Not run)

[Package TwitterAutomatedTrading version 0.1.0 Index]