Learn R Programming

ipkg (version 1.1.3)

conn_test: Tests whether the website is properly connected

Description

Tests whether the website is properly connected.

Usage

conn_test(url)

Value

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

Arguments

url

A website url address.

Examples

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

Run the code above in your browser using DataLab