conn_test: Tests whether the website is properly connected

View source: R/conn_test.R

conn_testR 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")


ipkg documentation built on April 12, 2025, 1:09 a.m.