conn_test {ipkg}R Documentation

Tests whether the website is properly connected

Description

Tests whether the website is properly connected.

Usage

conn_test(url)

Arguments

url

A website url address.

Value

A string that returns "ok" if the connection is normal and "no" otherwise.

Examples

# Example(Not run)
# conn_test("www.baidu.com")


[Package ipkg version 1.1.1 Index]